mirror of
https://github.com/sebaschi/dotfiles.git
synced 2025-11-08 22:44:27 +01:00
15 lines
282 B
Markdown
15 lines
282 B
Markdown
# 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
|
|
```
|