I use the dotvim repository to sync the vim
, bash
, tmux
and git
settings.
The vim plugins are managed by vim-plug
cd ~
git clone git@github.com:browny/dotvim.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gitsetting/gitconfig ~/.gitconfig
ln -s ~/.vim/gitsetting/gitignore ~/.gitignore
ln -s ~/.vim/tmux.conf ~/.tmux.conf
cat bashrc_append >> ~/.bashrc
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
vim
:PlugInstall