Update Maschine
sudo apt-get update -y && sudo apt-get upgrade -yInstalling Git
sudo apt-get install git -yInstalling Zip
sudo apt-get install zip -yInstalling zsh
sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"To use this script:
- Download the .sh file from GitHub.
- Save it as a file, for example, setup.sh.
- Make the script executable with the command chmod +x setup.sh.
- Run the script with ./setup.sh
wget -O setup.sh https://raw.githubusercontent.com/d4nyphant0m/ubuntu-bash/main/setup.sh && chmod +x setup.sh && ./setup.sh