i'm very tired of this

This commit is contained in:
Brad Ganley 2024-02-25 04:22:45 +00:00
parent 762eeb5b6d
commit f15a7c68e1

View File

@ -1,8 +1,8 @@
#!/bin/bash
ln -s .bashrc ~/.bashrc
ln -s .bash_aliases ~/.bash_aliases
ln -s .bash_docker ~/.bash_docker
ln -s .bash_functions ~/.bash_functions
touch ~/.bashlocal
ln -s .bashrc $HOME/.bashrc
ln -s .bash_aliases $HOME/.bash_aliases
ln -s .bash_docker $HOME/.bash_docker
ln -s .bash_functions $HOME/.bash_functions
touch $HOME/.bashlocal
read -p "lol maybe it worked"
exit 0