ref: README.md

This commit is contained in:
TheK4n 2021-10-15 00:38:47 +03:00
parent a2eff6fd78
commit 3b2cf175ed
2 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,8 @@ Bash config files
```bash ```bash
rm -rf BashConfig 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 BashConfig/setup.sh
rm -rf BashConfig rm -rf BashConfig
``` ```

View File

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