update readme

This commit is contained in:
John Bowdre 2022-05-24 15:47:32 -05:00
parent 08d5ed859d
commit 43f59f6298

View file

@ -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
```