Personal configurations v2, managed with Ansible
Go to file
Hoang Nguyen f188184737
Updates here and there after a while
- Install fonts
- Update browser's user agent
- Add gopass config file
- Compile some more Go packages
2023-01-02 11:00:00 +07:00
filter_plugins filter_plugins: update hex_to_rgb filter 2022-05-30 11:04:18 +07:00
group_vars/all Updates here and there after a while 2023-01-02 11:00:00 +07:00
playbooks Change the way to import colors 2022-11-06 11:00:00 +07:00
requirements mpd: use mopidy-local plugin instead of mopidy-file, remove logging.conf 2022-09-18 16:22:15 +07:00
roles Updates here and there after a while 2023-01-02 11:00:00 +07:00
tasks Super long list of changes 2022-10-16 11:00:00 +07:00
themes Another bunch of changes 2022-09-03 14:52:28 +07:00
.editorconfig scripts: use tab with 4 indents, use case instead of if/else 2022-09-16 00:20:04 +07:00
.gitignore packages: add cabal arguments 2022-09-21 23:13:49 +07:00
LICENSE Fully transit to chafa 2022-02-19 20:27:46 +07:00
README.md dotfiles: add 'music_daemon' variable 2022-09-11 22:42:20 +07:00
TODO.md Updates here and there after a while 2023-01-02 11:00:00 +07:00
ansible.cfg Group roles and playbooks together 2022-08-22 21:39:26 +07:00
inventory mpd: use mopidy-local plugin instead of mopidy-file, remove logging.conf 2022-09-18 16:22:15 +07:00

README.md

dotfiles v2

This is the continuation of my old dotfiles without all the Xorg stuff I don't use.

🧰 Setup

# Install `community.general` for 'apk' and 'doas' module if you only installed ansible-core
ansible-galaxy collection install -r requirements/collections.yml
# Run the playbook
ansible-playbook playbooks/dotfiles.yml

extend.yml playbook contains tasks unrelated to dotfiles deployment, but useful (for me).

📓 Notes

The main playbook probably works on whatever Linux distribution you are running (haven't tested).

The additional playbook gears toward my Linux distribution of choice - Alpine Linux. Tasks included in them might not work on other distributions (e.g. apk tasks)

🌟 Credits

📄 License

MIT