https://github.com/gabrielravier/epidump_manager
A simple manager linked to Epitech/dump repo to fix anytime in one command anything that is provided in the dump repository
https://github.com/gabrielravier/epidump_manager
Last synced: over 1 year ago
JSON representation
A simple manager linked to Epitech/dump repo to fix anytime in one command anything that is provided in the dump repository
- Host: GitHub
- URL: https://github.com/gabrielravier/epidump_manager
- Owner: GabrielRavier
- License: gpl-3.0
- Created: 2020-09-21T17:00:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T09:59:20.000Z (almost 6 years ago)
- Last Synced: 2025-02-13T09:27:34.923Z (over 1 year ago)
- Language: Shell
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# epidump_manager
A simple manager linked to the Epitech/dump repository to handle most dump-related problems in one command
This dump manager provides thoses commands :
```
-a rebuild the entire Epitech dump. This ignores every other flag (except -h and -z)
-s rebuild the CSFML with Epitech's script
-d update / install the packages from Epitech's package list
-b reinstall blih with Epitech's script
-e install Emacs with dnf and Epitech Emacs (SYSTEM Install) with Epitech's script
-z Install zsh with ohymzsh
-h display this help and exit
```
You are meant to use the command as follow :
```sh
epidump_manager -sbe
# It rebuilds sfml+csfml, reinstall blih and install epitech emacs
```
To install the epidump_manager :
```sh
git clone https://github.com/Heliferepo/epidump_manager
cd epidump_manager
chmod +x install.sh
sudo ./install.sh
```
If you notice something is missing in the package manager, or you find a bug, please open an issue