Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kuninoto/installette
A Bash script to install Norminette, a Norminette Formatter, Vim and 42 Header for Vim.
https://github.com/Kuninoto/installette
42 42-school 42born2code 42cursus 42header 42porto 42portugal 42school bash bash-script ecole42 norminette school42 vim
Last synced: 3 months ago
JSON representation
A Bash script to install Norminette, a Norminette Formatter, Vim and 42 Header for Vim.
- Host: GitHub
- URL: https://github.com/Kuninoto/installette
- Owner: Kuninoto
- License: gpl-3.0
- Created: 2022-10-20T13:03:46.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T15:40:39.000Z (about 2 years ago)
- Last Synced: 2024-08-01T10:19:52.352Z (6 months ago)
- Topics: 42, 42-school, 42born2code, 42cursus, 42header, 42porto, 42portugal, 42school, bash, bash-script, ecole42, norminette, school42, vim
- Language: Shell
- Homepage:
- Size: 32.2 KB
- Stars: 28
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- 42-resources - Installette
README
# Installette
## 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 repositorygit 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](https://github.com/gcamerli/42header)
[c_formatter_42](https://github.com/dawnbeen/c_formatter_42)---
Made by Nuno Carvalho (Kuninoto) | [email protected]