shell installer is a set of shell files that helps to install services on linux automatically.
Requirement commands for installation git curl
For applications installation see here
Default theme is strug
For manual installation look here
sudo apt install zsh -y && curl "https://raw.githubusercontent.com/escalopa/script-installer/main/scripts/zsh.sh" | bash && chsh -s $(which zsh)sudo dnf install zsh -y && curl "https://raw.githubusercontent.com/escalopa/script-installer/main/scripts/zsh.sh" | bash && chsh -s $(which zsh)To add ZSH shell to root run su - then the command above that matches your system.
After installing ZSH, you have to re-login so that changes take place.
Created aliases file on your system(if not existed) and adds default aliases
curl "https://raw.githubusercontent.com/escalopa/script-installer/main/scripts/alias.sh" | zshcurl "https://raw.githubusercontent.com/escalopa/script-installer/main/scripts/alias.sh" | bashIf you have already strug theme, no need to install the prompt since they are the same.
curl "https://raw.githubusercontent.com/escalopa/script-installer/main/scripts/prompt.sh" -o prompt.sh && bash prompt.sh defaultSet danger prompt on root shell,
YOU MUST BE IN DIR /root so that the prompt color changes, to go there run su - and type root password
curl "https://raw.githubusercontent.com/escalopa/script-installer/main/scripts/prompt.sh" -o prompt.sh && bash prompt.sh rootUninstall
To remove color prompt from your shell you have to manually remove the export PS1="***" from your shell file ~/.zshrc or ~/.bashrc
then run source ~/.SHELL_FILE_NAME.
curl "https://raw.githubusercontent.com/escalopa/script-installer/main/scripts/frr.sh" | bashcurl "https://raw.githubusercontent.com/escalopa/script-installer/main/scripts/ansible.sh" | bash