Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 817 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 817 Bytes

The dotvim for vim/bash/tmux/git settings

I use the dotvim repository to sync the vim, bash, tmux and git settings.

The vim plugins are managed by vim-plug

Installation

cd ~
git clone git@github.com:browny/dotvim.git ~/.vim

Create symlinks

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

Install plugins by vim-plug

curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
vim
:PlugInstall

Screenshot

Image