1
0
Fork
You've already forked ever_dot_files
0
No description
  • Shell 92.1%
  • Vim Script 4.7%
  • Just 3.2%
2025年11月12日 17:15:38 +01:00
ansible_modules Removed creating a languagetools autostart by default 2025年10月14日 21:52:09 +02:00
configs Added inline diagnostics toggling 2025年11月12日 17:15:38 +01:00
local_bin/.local/custom_bin Adjusted bash fmt in helix and in justfile to make them work 2025年09月14日 13:42:47 +02:00
roles Removed creating a languagetools autostart by default 2025年10月14日 21:52:09 +02:00
.ansible-lint Nix install now forces user to reboot for nix users group 2025年09月22日 22:05:08 +02:00
.editorconfig Made dot files agnostic of a specefic user 2024年12月14日 19:07:19 +01:00
.gitignore Added rust development package 2025年10月01日 13:42:29 +02:00
.gitmodules Added brew setup without needed root and into home folder 2025年09月07日 17:00:35 +02:00
inventory_local.ini Added e alias for using editor 2025年10月04日 23:53:44 +02:00
justfile Added e alias for using editor 2025年10月04日 23:53:44 +02:00
LICENSE Massive rewrite of config 2025年02月26日 00:12:03 +01:00
main_playbook.yml Added e alias for using editor 2025年10月04日 23:53:44 +02:00
README.md feat(starship):Implemented installation with nix env 2025年09月21日 16:25:18 +02:00
requirements.yml Started migration from stow to ansible 2025年09月19日 17:26:09 +02:00

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

All this needed tools will be avaible when this setup is applied

How to setup the systems

  1. Install ansible.
  2. Install the needed requirements
ansible-galaxy install -r requirements.yml
  1. Create your inventory file.
  2. 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