Kuninoto / installette

A Bash script to install Norminette, a Norminette Formatter, Vim and 42 Header for Vim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installette Bash Logo  Linux Logo 

About

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.

Installing and running installette:

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] [...]

Available Options:

-v, --vim - Installs Vim
-h, --header - Installs 42Header for Vim
-n, --norminette - Installs Norminette
-f, --formatter - Installs Norminette Formatter
-u, --uninstall - Uninstalls 42Header

Credits

42header.vim
c_formatter_42


Made by Nuno Carvalho (Kuninoto) | nnuno-ca@student.42porto.com

About

A Bash script to install Norminette, a Norminette Formatter, Vim and 42 Header for Vim.

License:GNU General Public License v3.0


Languages

Language:Shell 52.3%Language:Vim Script 47.7%