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 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
@ -10,19 +21,14 @@ Installify is a Bash shell script to download new software and applications.
* Discord (TO-DO)
* Docker
* Firefox
* Gcc
* Git
* Golang
* Node/NVM
* Ionic
* NordVPN
* OBS
* Open-jdk
* PHP
* Postman
* Python (TO-DO)
* Slack
* Spotify
* Teams
* TypeScript
* Visual Studio Code
* Yarn
* 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