mirror of
https://github.com/sebaschi/dotfiles.git
synced 2025-11-09 00:04:28 +01:00
Update README.md
This commit is contained in:
parent
75f58a94d8
commit
aad9904df2
@ -1,17 +1,19 @@
|
||||
# Some Notes
|
||||
__ To be worked into a setup script at some point __
|
||||
## 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/git/gitconfig ~/.gitconfig
|
||||
```
|
||||
```
|
||||
ln -s ~/.dotfiles/vim/vimrc ~/.vimrc
|
||||
ln -s ~/dotfiles/vim/vimrc ~/.vimrc
|
||||
```
|
||||
```
|
||||
ln -s ~/.dotfiles/bash/bashrc ~/.bashrc
|
||||
ln -s ~/dotfiles/bash/bashrc ~/.bashrc
|
||||
```
|
||||
## Apps/Tools I use
|
||||
* 'exa' as replacement for 'ls'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user