diff --git a/README.md b/README.md index 1c25b46..d1bc0bc 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ Bash config files ```bash rm -rf BashConfig -git clone https://github.com/thek4n/BashConfig +git clone https://github.com/thek4n/BashConfig && +chmod u+x BashConfig/setup.sh && BashConfig/setup.sh rm -rf BashConfig ``` diff --git a/setup.sh b/setup.sh index 033de4c..f51a959 100644 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,4 @@ #!/usr/bin/bash -cp .bashrc .bash_aliases .bash_functions .profile .vimrc .zshrc ~ +cp .bashrc .bash_aliases .bash_functions .profile .vimrc .zshrc ~ && . ~/.bashrc