diff --git a/README.md b/README.md index d20492e..04ab85b 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ sshd: ALL |```Ctrl + l``` | Clear, like command clear | ```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\ diff --git a/setup.sh b/setup.sh new file mode 100644 index 0000000..033de4c --- /dev/null +++ b/setup.sh @@ -0,0 +1,4 @@ +#!/usr/bin/bash + +cp .bashrc .bash_aliases .bash_functions .profile .vimrc .zshrc ~ +. ~/.bashrc