From 2b491d7b1147a27af26b7e6966f6e7c1ea04a663 Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger <74497638+sebaschi@users.noreply.github.com> Date: Wed, 28 Jun 2023 02:46:43 -0600 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e53a9f3..471caa2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ # Some Notes ## Use SSH to clone repo git clone git@github.com:sebaschi/dotfiles.git ~/.dotfiles + ## Symlink files to correct locations +``` ln -s ~/.dotfiles/git/gitconfig ~/.gitconfig +``` +``` ln -s ~/.dotfiles/vim/vimrc ~/.vimrc +``` +``` ln -s ~/.dotfiles/bash/bashrc ~/.bashrc +```