Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 577 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 577 Bytes

Cyril's dotfiles

Clone .dotfiles in your home directory

cd ~
git clone https://github.com/ccressent/dotfiles .dotfiles

Install Vundle

mkdir -p .dotfiles/vim/bundle
git clone https://github.com/gmarik/vundle .dotfiles/vim/bundle/vundle

Create symbolic links as needed

ln -s ~/.dotfiles/vim ~/.vim
ln -s ~/.dotfiles/vimrc ~/.vimrc

Move to GNU Stow in progress...

Make Vundle install all the vim plugins

vim +PluginInstall +qall

Install all the tmux plugins

With the tpm submodule initialized, start tmux and hit <prefix> + I