Skip to content

Commit

Permalink
隐藏 dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
upliu committed Feb 13, 2015
1 parent 0e57606 commit f60d852
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Install
+ cd ~
+ git clone https://github.com/upliu/dotfiles.git dotfiles
+ git clone https://github.com/upliu/dotfiles.git .dotfiles
+ git clone https://github.com/gmarik/vundle.git .vim/bundle/vundle
+ ln -s dotfiles/.vimrc
+ ln -s .dotfiles/.vimrc
+ vim
+ :BundleInstall
+ ln -s dotfiles/.bashrc .bashrc
+ ln -s .dotfiles/.bashrc .bashrc

# Requirement
+ ctags

0 comments on commit f60d852

Please sign in to comment.