This is not a bash file! Just a lot command you need to run!
cd ~
sudo apt update
sudo apt upgrade
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo npm i -g ionic cordova @nestjs/cli @angular/cli
sudo apt install git
git config --global user.email "you@yourmail.com"
git config --global user.name "Your Name"
git config --global core.autocrlf input
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
sudo apt install oracle-java8-set-default
# You can get an updated link from https://developer.android.com/studio/#downloads
wget https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip
unzip sdk-tools-linux-4333796.zip
mv tools android-sdk-tools
Add the following to your .profile:
# Add Android SDK Manager to the PATH
PATH="/home/raimaj/android-sdk-tools:/home/raimaj/android-sdk-tools/bin:$PATH"
# Add Android SKD to PATH
export ANDROID_HOME=/usr/lib/android-sdk
PATH="$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$PATH"