add README
This commit is contained in:
parent
90b734b667
commit
a400bb29fd
1 changed files with 6 additions and 0 deletions
6
README.md
Normal file
6
README.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# default shell settings by aaron
|
||||||
|
## installation
|
||||||
|
### bash
|
||||||
|
`cd && git clone https://git.ar21.de/aaron/alias.git && ln -s ~/alias/.alias . && echo "source ~/.alias" >> .bashrc && source .bashrc`
|
||||||
|
### zsh
|
||||||
|
`cd && git clone https://git.ar21.de/aaron/alias.git && ln -s ~/alias/.alias . && echo "source ~/.alias" >> .zshrc && source .zshrc`
|
Loading…
Reference in a new issue