Skip to content

escalopa/script-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

104 Commits
 
 
 
 
 
 

Repository files navigation

script-installer

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

ZSH

Default theme is strug

For manual installation look here

Installation

Debian

sudo apt install zsh -y && curl "https://raw.githubusercontent.com/escalopa/script-installer/main/scripts/zsh.sh"  | bash && chsh -s $(which zsh)

CentOS | RHEL

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.

Aliases

Created aliases file on your system(if not existed) and adds default aliases

Installation

Zsh

curl "https://raw.githubusercontent.com/escalopa/script-installer/main/scripts/alias.sh"  | zsh

Bash

curl "https://raw.githubusercontent.com/escalopa/script-installer/main/scripts/alias.sh"  | bash

prompt colors

If 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 default

Set 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 root

Uninstall

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.

FRR

curl "https://raw.githubusercontent.com/escalopa/script-installer/main/scripts/frr.sh"  | bash

Ansible

curl "https://raw.githubusercontent.com/escalopa/script-installer/main/scripts/ansible.sh"  | bash

About

Shell scripts to quickly install applications & services on linux machine

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages