Shell script for initial setup of shell/terminal for my Ubuntu Linux machines. The script will install prerequisits and tools and download zsh/terminal configuration. Script is tested on Ubuntu 20.04.
- Download the install.sh script:
wget https://raw.githubusercontent.com/azeljkovic/my_shell_and_terminal_setup/main/install.sh - Set execution privileges:
chmod +x install.sh - Run the script:
./install.sh