i'm very tired of this

Former-commit-id: f15a7c68e1
This commit is contained in:
2024-02-25 04:22:45 +00:00
parent e5fd9d7da6
commit 3dd9818157

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