sudo apt-get update
sudo apt-get install gitgit config --global color.ui true
git config --global user.name "David Cuadra"
git config --global user.email "dcuadraq@gmail.com"
ssh-keygen -t rsa -b 4096 -C "dcuadraq@gmail.com"
cat ~/.ssh/id_rsa.pubCopy the output and paste it on your GitHub account
Assuming the the path to place the repo is ~/workspaces/dot-files/
cd
mkdir workspaces
cd workspaces
git clone https://github.com/dcuadraq/dot-files.git
cd dot-filesMake a symbolic link on $HOME for the files
ln -s {~/workspaces/dot-files/,~/}.vimrc
ln -s {~/workspaces/dot-files/,~/}.tmux.confTo replace an already existing file on $HOME
rm ~/.bashrc && ln -s {~/workspaces/dot-files/,~/}.bashrcDepending on the OS, it could be .bash_profile instead of .bashrc
cd ~/.vim/
mkdir tmp && cd tmp
mkdir swap
mkdir undocurl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
Inside vim
:PlugInstallFor vim-livedown to work:
npm install -g livedown
- Alt Tab Workspace
- AlternateTab
- OpenWeather
- Refresh Wifi Connections
- Workspace Indicator
- Top Panel Workspace Scroll
- shellshape
Set CAPS LOCKS as CTRL
Using fzf, with CTRL+T for autocomplete on bash Set font Source Font Pro on iterm/profile Or Hack