Update configs

This commit is contained in:
Tobias Reisinger 2023-11-09 03:08:10 +01:00
parent 6f9f80309e
commit b1db4da9f1
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 2 additions and 42 deletions

View file

@ -4,7 +4,7 @@ if [ ! -f "$OSH/oh-my-bash.sh" ]
then
echo "Installing oh-my-bash (it will load the wrong config on the first launch)"
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)" > /dev/null
mv -f "$HOME/.bashrc."* "$HOME/.bashrc"
mv -f "$HOME/.bashrc.omb-backup-"* "$HOME/.bashrc"
exit
fi