sudo apt update -y;
sudo apt upgrade -y;
sudo apt update -y && sudo apt upgrade -y;
sudo reboot;
shutdown -h now;
tar -zxvf ...
sudo apt install p7zip-full -y;
sudo apt install asunder -y;
sudo apt install curl -y;
sudo apt install flatpak -y;
sudo apt install gimp -y;
# Get Git Configuration Information
read -p "Enter your preferred username for Git: " name;
read -p "Enter your preferred email for Git: " email;
# Install Git
sudo apt install git-all -y;
# Configure Git
git config --global user.name $name;
git config --global user.name;
git config --global user.email $email;
git config --global user.email;
npm install --global @haxtheweb/create
sudo apt install neovim -y;
# Install Node Version Manager
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash;
# Install latest versions of Node & NPM
nvm install --lts;
sudo apt install obs-studio -y;
curl -L http://xrl.us/installperlnix | bash;
sudo apt install php -y;
###################################
# Prerequisites
# Update the list of packages
sudo apt-get update
# Install pre-requisite packages.
sudo apt-get install -y wget
# Download the PowerShell package file
wget https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/powershell_7.4.6-1.deb_amd64.deb
###################################
# Install the PowerShell package
sudo dpkg -i powershell_7.4.6-1.deb_amd64.deb
# Resolve missing dependencies and finish the install (if necessary)
sudo apt-get install -f
# Delete the downloaded package file
rm powershell_7.4.6-1.deb_amd64.deb
# Start PowerShell
pwsh
sudo apt-get install python3.6 -y && sudo apt-get install python3-pip -y;
sudo apt-get install ruby-full -y;
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh;
npm install --global typescript;
npm i -g vercel;
sudo apt install vlc -y;
sudo apt install vim -y;
sudo apt install wine -y;
sudo apt install wget -y;
npm install --global yarn;
sudo apt install zsh -y;
# Install Oh My ZSH
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)";
vlc cdda:///dev/cdrom