Installette is a bash script designed to be a simplified and automated setup for the 42Schools' environment.
Currently supporting Linux distros that use the apt package manager and have bash.
1- Clone this repository
git clone https://github.com/Kuninoto/installette
2- Navigate to installette
cd installette
3- Run installette.sh with your desired options.
bash installette.sh -[option1] -[option2] [...]
-v
, --vim
- Installs Vim
-h
, --header
- Installs 42Header for Vim
-n
, --norminette
- Installs Norminette
-f
, --formatter
- Installs Norminette Formatter
-u
, --uninstall
- Uninstalls 42Header
Made by Nuno Carvalho (Kuninoto) | nnuno-ca@student.42porto.com