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 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
* ADB
* Bootstrap Studio
@ -21,14 +10,19 @@ Important installs are installs that might be needed to install other software.
* Discord (TO-DO)
* Docker
* Firefox
* Ionic
* Gcc
* Git
* Golang
* Node/NVM
* NordVPN
* OBS
* Open-jdk
* PHP
* Postman
* Python (TO-DO)
* Slack
* Spotify
* Teams
* TypeScript
* Visual Studio Code
* Yarn
* 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