Skip to content

seckie/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles for My Mac OS and Linux

Install

$ git clone [email protected]:seckie/dotfiles.git ~/dotfiles
$ ln -s ~/dotfiles/.vim ~/.vim
$ ln -s ~/dotfiles/.vimrc ~/.vimrc
$ ln -s ~/dotfiles/.gvimrc ~/.gvimrc
$ ln -s ~/dotfiles/.gitignore ~/.gitignore
$ ln -s ~/dotfiles/.bash_profile ~/.bash_profile

Setup VIM plugins

Using dein.vim to manage VIM plugins.

$ curl https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh > installer.sh
$ sh ./installer.sh ~/dotfiles/.vim/dein
:call dein#install()