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