X-Git-Url: https://code.delx.au/dotfiles/blobdiff_plain/fdef187dc499224af9734f18bb58ecec86ebf887..a21efa43c917f62d9ea1b15043aa64bf8b8d4ab4:/README.md diff --git a/README.md b/README.md index 8a44855..675dc0f 100644 --- 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/ ```