No description
- Shell 92.1%
- Vim Script 4.7%
- Just 3.2%
Purpose
Set development enviroment according to my liking.
Tested and working systems
- Fedora since 42
- Debain since 13
- TODO: Linux Mint. Just testing might be the same with debain
Needed tools tools
The following tools are used to set the development enviroment
- ansible
- bash at least version 4
Recommended tools for development
All this needed tools will be avaible when this setup is applied
How to setup the systems
- Install ansible.
- Install the needed requirements
ansible-galaxy install -r requirements.yml
- Create your inventory file.
- Run ansible playbook
ansible-playbook --ask-become-pass -i <name-of-created-inventory> [main_playbook.yml](./main_playbook.yml)
Development
Before pushing commit, run and check if no error is returned
just check
License
This project is licensed under the MIT. See file for details