public shell scripts for init themes, etc.
This script should be executed without Sudo, but passwords will have to be provided for sudo executions and chsh within the script.
-
grab the raw file
curl https://raw.githubusercontent.com/mackling101/shellconfig/refs/heads/main/debian-shellinit.sh -O
-
make the raw .sh executable
sudo chmod +x debian-shellinit.sh
-
execute the .sh
./debian-shellinit.sh
-
Enter your passwords as needed.
Password should be the password of the user.
-
Restart / Reconnect your shell!
You can restart your shell with
Ctrl+d
command. If you are SSH, you will need to reconnect. Establishing the new connection should have the zsh as the default shell now.