1.7 KiB
1.7 KiB
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
Applications & Software
- ADB
- Bootstrap Studio
- Chrome
- Chromium
- Defold
- Discord (TO-DO)
- Docker
- Firefox
- Ionic
- NordVPN
- OBS
- Postman
- Slack
- Spotify
- Teams
- TypeScript
- Visual Studio Code
- Yarn
- Xampp (TO-DO)
- ZSH (TO-DO)
- Missing any applications or software? Feel free to leave an issue behind or create a merge request with the created files :)
Use
wget -P ~/ https://git.aterve.com/Spekulaas/installify/archive/master.zip
unzip ~/master.zip
or with git
$ git clone https://git.aterve.com/Spekulaas/installify.git
cd $PATH_TO/Installify
and run the script interactively using sudo ./install.sh [argunments]
:
- -h, -help Show a list of all commands
- -v, -version Show the current version of the application
- -d Run the install in debug mode
- -a Download all the files without the install command prompt
- -b Use bash as main terminal without the prompt
- -z Use Oh-My-Zsh as main terminal without the prompt
Example usage:
Manually select the install the files:
$ sudo ./install.sh
Install files in debug mode:
$ sudo ./install.sh -d
Install all files in debug mode:
$ sudo ./install.sh -da
Install all files with Oh-My-Zsh in debug mode:
$ sudo ./install.sh -daz
Install all files with Oh-My-Zsh:
$ sudo ./install.sh -az
TO-DO
See applications and software tab