mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 17:32:19 +00:00
update readme
This commit is contained in:
parent
08d5ed859d
commit
43f59f6298
1 changed files with 12 additions and 1 deletions
13
README.md
13
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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue