Skip to content

Commit

Permalink
gitignore added; README update 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Mettler committed May 13, 2014
1 parent 3219df1 commit c2e8544
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
*.swp
*.netrwhist
6 changes: 3 additions & 3 deletions README
@@ -1,14 +1,14 @@
1. install necessary dependencies
sudo aptitude install exuberant-ctags
sudo apt-get install pyflakes
sudo apt-get install python-flake8

2. checkout the repo to
/home/<USERNAME>/dotfiles

3. link

ln -s /home/<USERNAME>/dotfiles/vimconf/ .vim
ln -s /home/<USERNAME>/dotfiles/vimconf/vimrc .vimrc
ln -s /home/<USERNAME>/dotfiles/vimconf/ /home/<USERNAME>/.vim
ln -s /home/<USERNAME>/dotfiles/vimconf/vimrc /home/<USERNAME>/.vimrc

4. from repo:
git submodule init && git submodule update
Expand Down

0 comments on commit c2e8544

Please sign in to comment.