hey look we use stow now

This commit is contained in:
Erin 2022-08-07 15:32:08 -04:00
parent 431059edab
commit 98a3306ba0
2 changed files with 1 additions and 24 deletions

1
.stowrc Normal file
View file

@ -0,0 +1 @@
--target='~'

View file

@ -1,27 +1,3 @@
# 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
```
### vim
```
ln -s ~/.dotfiles/vim/.vimrc ~/.vimrc
```