-
Clone this repository and create a symbolic link to the vimrc file
git clone https://github.com/20lives/dotfiles.git cd dotfiles ln -sf $(pwd -P)/vimrc ~/.vimrc -
Install [vim-plug] by running the following command
curl -fLo curl ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim -
Run vim and
:PlugInstallto install all plugins.
-
Clone this repository and create a symbolic link to the vimrc file
git clone https://github.com/20lives/dotfiles.git cd dotfiles ln -sf $(pwd -P)/i3config ~/.config/i3/config -
Restart i3 to load new configs with ALT+SHIFT+R keybinding.
-
Run the following command:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" -
Clone this repository and create a symbolic link to the zshrc file
git clone https://github.com/20lives/dotfiles.git cd dotfiles ln -sf $(pwd -P)/zshrc ~/.zshrc