Add instructions for setting up on new devices
This commit is contained in:
parent
9e4bb797e3
commit
d668b6855d
19
README.md
19
README.md
|
@ -1,2 +1,21 @@
|
|||
# dotfiles
|
||||
|
||||
too many dotfiles
|
||||
|
||||
## Install
|
||||
|
||||
Personally I like to keep all my repos in `~/src/github.com/<user>/<repo>`, but it's also handy to have my dotfiles directory at `~/.dotfiles`, so I start by doing:
|
||||
|
||||
```
|
||||
mkdir -p ~/src/github.com/eritbh
|
||||
git clone https://github.com/eritbh/dotfiles.git src/github.com/eritbh/dotfiles
|
||||
ln -s ~/src/githhub.com/eritbh/dotfiles ~/.dotfiles
|
||||
```
|
||||
|
||||
Then, you can install other stuff:
|
||||
|
||||
### zsh
|
||||
|
||||
```
|
||||
ln -s ~/.dotfiles/zsh/.zshrc ~/.zshrc
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue