]> code.delx.au - dotfiles/blobdiff - README.md
tern-config
[dotfiles] / README.md
index 8a4485552290528e2c8331c4f550af0489b1fe4b..675dc0fd8a4768f182bae29d4b64600b7bd5bddc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,13 +13,13 @@ Make a backup of any existing files:
 ```
 cd
 mkdir -p backup
-mv .bash .bash_profile .bashrc .gitconfig .inputrc .pythonrc.py .screenrc .vim .vimrc backup/
+mv .bash .bash_profile .bashrc .gitconfig .inputrc .pythonrc.py .screenrc .vimrc backup/
 ```
 
 
 Symlink the config files into your home directory:
 ```
-ln -sf ~/.dotfiles/{.bash,.bash_profile,.bashrc,.gitconfig,.inputrc,.pythonrc.py,.screenrc,.vim,.vimrc} ~/
+ln -sf ~/.dotfiles/{.bash,.bash_profile,.bashrc,.gitconfig,.inputrc,.pythonrc.py,.screenrc,.vimrc} ~/
 ln -sf ~/.dotfiles/.gitignore_global ~/.gitignore
 ln -sf ~/.dotfiles/.ssh/config ~/.ssh/
 ```