From 43f59f6298a866bf7c8acd3d064e868934e1c3d8 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 24 May 2022 15:47:32 -0500 Subject: [PATCH] update readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96bf7ed..4d53785 100644 --- a/README.md +++ b/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 +```