Personal configurations v2, managed with Ansible
Go to file
Hoang Nguyen 519a43411b
playooks: group external playbooks into 1
Also:
- chromium: add Ozone flag for Wayland
- flatpak: add role
2022-05-02 23:28:49 +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 playooks: group external playbooks into 1 2022-05-02 23:28:49 +07:00
requirements Some temporary changes 2022-04-30 13:23:09 +07:00
roles playooks: group external playbooks into 1 2022-05-02 23:28:49 +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 Some temporary changes 2022-04-30 13:23:09 +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 playbooks for 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:
    • vim.api.nvim{_buf}_set_keymap -> vim.keymap.set
    • OneDark theme
    • Catpuccin theme
    • nvim_set_hl
  • Use bubblewrap / rootless podman for some applications
  • 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