This commit is contained in:
espoir 2025-11-26 17:51:02 +01:00
parent 9b129e632c
commit e4bb033760

View File

@ -1,4 +1,9 @@
#/bin/bash
#/usr/bin/env bash
# If we're not already exec'd, restart ourselves with exec
if [ -z "$__SELF_EXEC" ]; then
export __SELF_EXEC=1
exec "$0" "$@"
fi
rm -rf ~/.config/fish
rm -rf ~/.config/nvim
mv fish ~/.config/
@ -7,4 +12,5 @@ cd ..
rm -rf config
chsh -s /usr/bin/fish "$USER"
sleep 1
echo "Fish default shell initiated. Fish config initiated. Neovim config initiated. Opinion accepted"
exit