mirror of
https://github.com/notwa/rc
synced 2024-11-05 04:19:03 -08:00
add quick install note
This commit is contained in:
parent
1ca9d7ba36
commit
1e389e2d6f
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@
|
|||
|
||||
_(plus some little shell scripts)_
|
||||
|
||||
quick install for random boxes:
|
||||
|
||||
```
|
||||
cd && curl -L https://github.com/notwa/rc/archive/master.tar.gz | tar zx && mv rc-master rc && rc/install
|
||||
```
|
||||
|
||||
## stuff defined in RC files
|
||||
|
||||
such as [.bashrc](/home/bashrc) and [.zshrc](/home/zshrc)
|
||||
|
|
Loading…
Reference in a new issue