Personal configurations v2, managed with Ansible
Go to file
Hoang Nguyen 3d0c27cd3d
nvim: use yarn instead of npm for install scripts
2022-05-15 03:47:27 +07:00
group_vars Succumb to setting chromium as the default browser 2022-03-30 23:54:28 +07:00
palette Some temporary changes 2022-04-30 13:23:09 +07:00
playbooks nvim: use yarn instead of npm for install scripts 2022-05-15 03:47:27 +07:00
requirements Some temporary changes 2022-04-30 13:23:09 +07:00
roles nvim: use yarn instead of npm for install scripts 2022-05-15 03:47:27 +07:00
tasks Some temporary changes 2022-04-30 13:23:09 +07:00
.editorconfig nvim: add mermaid.vim plugin 2022-03-02 11:45:22 +07:00
Dockerfile shells/fish: add some aliases 2022-04-06 22:45:07 +07:00
LICENSE Fully transit to chafa 2022-02-19 20:27:46 +07:00
README.md nvim: set theme using nvim_set_hl() 2022-05-08 05:04:52 +07:00
ansible.cfg Revert 'Add aports container image' (ed9fe0f432) 2022-01-14 00:01:43 +07:00
dotfiles.yml playooks: group external playbooks into 1 2022-05-02 23:28:49 +07:00
hosts roles: add nvim 2021-11-06 02:50:48 +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 -i hosts dotfiles.yml

playbooks directory contains tasks unrelated to dotfiles deployment, but useful (for me).

✔️ Testing

# Build the container image
buildah build -t dotfiles -f Dockerfile .
# Exec into the container
podman run --rm -it localhost/dotfiles /bin/ash

# Run the playbook for all tasks inside the container
ansible-playbook -v -i hosts dotfiles.yml --tags 'never,all'

🖊️ TODO

  • wayout
  • GTK/Icons/Cursor theme, Sarasa font bootstraping
  • Neovim:
    • OneDark theme
    • Catpuccin theme
  • Use bubblewrap for some applications --> use rootless podman
  • Separated Waybar config files for Sway and River
  • catppuccin theme
  • eww
  • swhkd (maybe?)
  • senpai

📓 Notes

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

The additional playbooks gear 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