Compare commits
3 Commits
d7c5624bd6
...
a40948c75e
Author | SHA1 | Date | |
---|---|---|---|
a40948c75e | |||
fea0297084 | |||
258e3d47dc |
20
README.md
20
README.md
@ -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)
|
||||||
|
4
src/applications/ionic.sh
Normal file
4
src/applications/ionic.sh
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# remove older versions if needed
|
||||||
|
npm uninstall -g ionic
|
||||||
|
# install ionic
|
||||||
|
npm install -g @ionic/cli
|
1
src/applications/typescript.sh
Normal file
1
src/applications/typescript.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
npm install typescript -g
|
Loading…
x
Reference in New Issue
Block a user