Update README.md

This commit is contained in:
Sebastian Lenzlinger 2023-10-23 14:47:35 +02:00 committed by GitHub
parent 75f58a94d8
commit aad9904df2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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