ref: README.md

add: setup.sh
This commit is contained in:
TheK4n 2021-10-15 00:33:18 +03:00
parent b07a38c79f
commit 717435b153
2 changed files with 5 additions and 1 deletions

View File

@ -75,7 +75,7 @@ sshd: ALL
|```Ctrl + l``` | Clear, like command clear | |```Ctrl + l``` | Clear, like command clear |
```bash ```bash
rm -rf BashConfig; git clone https://github.com/thek4n/BashConfig && cd BashConfig && cp .bashrc .bash_aliases .bash_functions .profile .vimrc .zshrc ~; cd ..; rm -rf BashConfig; . ~/.bashrc rm -rf BashConfig; git clone https://github.com/thek4n/BashConfig && BashConfig/setup.sh && rm -rf BashConfig
``` ```
```$RANDOM``` - Return random 0-32767\ ```$RANDOM``` - Return random 0-32767\

4
setup.sh Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/bash
cp .bashrc .bash_aliases .bash_functions .profile .vimrc .zshrc ~
. ~/.bashrc