diff --git a/README.md b/README.md index 96bf7ed..4d53785 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# dotfiles +# Config files + +Clone the repo: +```sh +git clone https://github.com/jbowdre/dotfiles.git ~/.dotfiles +``` +Use `ln` to symlink the desired configs into your home directory: +```sh +ln -s ~/.dotfiles/zsh/.zshrc ~/.zshrc +ln -s ~/.dotfiles/vim/.vimrc ~/.vimrc +ln -s ~/.dotfiles/tmux/.tmux.conf ~/.tmux.conf +```