Compare commits

...

3 Commits

Author SHA1 Message Date
a40948c75e added typescript 2022-09-27 13:17:56 +02:00
fea0297084 added typescript 2022-09-27 13:17:26 +02:00
258e3d47dc readme update 2022-09-27 13:14:31 +02:00
3 changed files with 18 additions and 7 deletions

View File

@ -1,6 +1,17 @@
# 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
@ -10,19 +21,14 @@ Installify is a Bash shell script to download new software and applications.
* Discord (TO-DO) * Discord (TO-DO)
* Docker * Docker
* Firefox * Firefox
* Gcc * Ionic
* 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

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

View File

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