From 98a3306ba01bcdafa0810feeeca27efefe769b5d Mon Sep 17 00:00:00 2001 From: Erin Date: Sun, 7 Aug 2022 15:32:08 -0400 Subject: [PATCH] hey look we use stow now --- .stowrc | 1 + README.md | 24 ------------------------ 2 files changed, 1 insertion(+), 24 deletions(-) create mode 100644 .stowrc diff --git a/.stowrc b/.stowrc new file mode 100644 index 0000000..e9e9a08 --- /dev/null +++ b/.stowrc @@ -0,0 +1 @@ +--target='~' diff --git a/README.md b/README.md index 2efa104..68cbc53 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,3 @@ # dotfiles too many dotfiles - -## Install - -Personally I like to keep all my repos in `~/src/github.com//`, 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 -```