added setup script

This commit is contained in:
Brad Ganley 2023-04-02 21:35:17 -05:00
parent 9e332f7980
commit 799387d91a

5
bashset.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
mv ~/.bashrc ~/.bashrc.bak
ln -s .bashrc ~/.bashrc
ln -s .bash_aliases ~/.bash_aliases
touch ~/.bashlocal