Update README.md

This commit is contained in:
Sebastian Lenzlinger
2023-06-28 02:46:43 -06:00
committed by GitHub
parent 7785087099
commit 2b491d7b11

View File

@@ -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
```