This repo will hold my linux and windows work environement.
Before lunching the installation script insure that curl is installed or install it via:
sudo apt-get update
sudo apt-get install curl
To install all the applications listed on the script use:
curl -s https://raw.githubusercontent.com/ahmed-habbachi/work-environement/main/linux/apps-to-install.sh | bash
Or download the script and add/remove the applications as you want then just:
sudo ./apps-to-install.sh
To install all the applications listed on the script you need to allow executing scripts on windows by running this command:
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
then
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/ahmed-habbachi/work-environement/main/windows/apps-to-install.ps1'))
Or download the script and add/remove the applications as you want then just:
./apps-to-install.ps1