Skip to content

notice501/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

my dotfiles

usage

  1. git clone git@github.com:notice501/dotfiles.git
  2. link all the files you need, like this:ln -s ~/dotfiles/vim/vimrc ~/.vimrc

vim configuration

1.link vim files

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

2.intall plugins

I use Vundle to manager plugins, then you should install vundle first.

$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/vundle

After Vundle is installed, launch vim and run :BundleInstall, plugins will be installed.