Compare commits

..

No commits in common. "a40948c75e806f32795603e6c8d8303baa5a4589" and "d7c5624bd645340a690b0aab0b7d0e81a113a7ca" have entirely different histories.

3 changed files with 7 additions and 18 deletions

View File

@ -1,17 +1,6 @@
# Installify # Installify
Installify is a Bash shell script to download new software and applications. Installify is a Bash shell script to download new software and applications.
## Important installs
Important installs are installs that might be needed to install other software. These installs will have a prioritisation over the rest of the files.
* Gcc
* Git
* Golang
* Node/NVM
* Open-jdk
* PHP
* Python (TO-DO)
## Applications & Software ## Applications & Software
* ADB * ADB
* Bootstrap Studio * Bootstrap Studio
@ -21,14 +10,19 @@ Important installs are installs that might be needed to install other software.
* Discord (TO-DO) * Discord (TO-DO)
* Docker * Docker
* Firefox * Firefox
* Ionic * Gcc
* Git
* Golang
* Node/NVM
* NordVPN * NordVPN
* OBS * OBS
* Open-jdk
* PHP
* Postman * Postman
* Python (TO-DO)
* Slack * Slack
* Spotify * Spotify
* Teams * Teams
* TypeScript
* Visual Studio Code * Visual Studio Code
* Yarn * Yarn
* Xampp (TO-DO) * Xampp (TO-DO)

View File

@ -1,4 +0,0 @@
# remove older versions if needed
npm uninstall -g ionic
# install ionic
npm install -g @ionic/cli

View File

@ -1 +0,0 @@
npm install typescript -g