Added install commands to README.md
This commit is contained in:
parent
e8c72bf0f5
commit
26f3ba12b5
10
README.md
10
README.md
@ -1,5 +1,15 @@
|
||||
## krislamo's dotfiles
|
||||
|
||||
### Installation
|
||||
|
||||
```
|
||||
git clone git@github.com:krislamo/dotfiles.git && \
|
||||
cd dotfiles && \
|
||||
ln -nsf $(pwd)/.bash_aliases ~/.bash_aliases && \
|
||||
ln -nsf $(pwd)/.bashrc ~/.bashrc && \
|
||||
ln -nsf $(pwd)/.vimrc ~/.vimrc
|
||||
```
|
||||
|
||||
#### Copyrights and Licenses
|
||||
Copyright (C) 2019 Kris Lamoureux
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user