From d668b6855d1dad2d6844f59ba6adccb0ae8c02da Mon Sep 17 00:00:00 2001 From: Erin Date: Mon, 6 Jun 2022 12:12:26 -0400 Subject: [PATCH] Add instructions for setting up on new devices --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 6690d34..52a8981 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ # 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 +```