diff --git a/README.md b/README.md index 1d0b5b5..1e924d8 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,19 @@ # Some Notes __ To be worked into a setup script at some point __ ## Use SSH to clone repo +``` git clone git@github.com:sebaschi/dotfiles.git ~/.dotfiles +``` ## Symlink files to correct locations ``` -ln -s ~/.dotfiles/git/gitconfig ~/.gitconfig +ln -s ~/dotfiles/git/gitconfig ~/.gitconfig ``` ``` -ln -s ~/.dotfiles/vim/vimrc ~/.vimrc +ln -s ~/dotfiles/vim/vimrc ~/.vimrc ``` ``` -ln -s ~/.dotfiles/bash/bashrc ~/.bashrc +ln -s ~/dotfiles/bash/bashrc ~/.bashrc ``` ## Apps/Tools I use * 'exa' as replacement for 'ls'