Here I'll keep and update all my dotfiles :D
WARNING: This will remove your current dotfiles. Make sure to backup your files before installing!!
To install just clone the repo and run the install.sh
script with the following commands
git clone https://github.com/sotlucas/dotfiles ~/.dotfiles
cd ~/.dotfiles
chmod +x install.sh
./install.sh
This will create a ~/.dotfiles
directory where all the configurations will live.
To update the files and the plugins first go to the dotfiles directory and give permissions to the update.sh
script:
cd ~/.dotfiles
chmod +x update.sh
Then just run
./update.sh
This will also install missing plugins.
Manual symlink (remember to backup your last vimrc)
ln -sf $HOME/.dotfiles/.vimrc $HOME
This vimrc uses vim-plug to manage plugins so, to install the plugins run :PlugInstall
inside vim. If you don't have vim-plug installed the same command will automatically install it.
Here is a list of the plugins I have installed for Vim.
- pathogen.vim (plugin installer)
- gruvbox
- vim-airline
- tmuxline.vim
- command-t
- ultisnips
- sorround.vim