Commit Graph

8 Commits

Author SHA1 Message Date
Hoang Nguyen 193c9ad7b3
Update hostname alpine-tp -> thorin
Consistently using LoTR for hostnames ^-^
Add initial flake.nix for disk configuration.
Remove amfora configuration (upstream is abandoned).
2024-04-06 00:00:00 +07:00
Hoang Nguyen 0a00606752
packages: add more tags to tasks 2023-11-05 00:00:00 +07:00
Hoang Nguyen 3ae2f1f680
Add config for lsd 2023-10-29 00:00:00 +07:00
Hoang Nguyen d8ce63a803
Use jsonnet for some repeated tasks 2023-07-17 00:00:00 +07:00
Hoang Nguyen 29d1c6a4c8
scripts: use tab with 4 indents, use case instead of if/else
Also:
- nvim: update nvim-colorizer.lua config
- podman/aports-dev: add go, py3-setuptools and cargo to the image
2022-09-16 00:20:04 +07:00
Hoang Nguyen 5c6776075e
Lots of updates
- scripts: improve notifications
- aerc: redefine stylesets and config
- gpg: get rid of the comments
- nvim: update nvim-tree.lua config
- playbooks: use a custom hex_to_rgb filter to define colors for some
  applications
2022-05-29 14:55:52 +07:00
Hoang Nguyen 0582e4d7d7
nvim: add mermaid.vim plugin
Also:
- castero: add default_layout option
- scripts/nmount: set umask=0022 instead of chmod twice
2022-03-02 11:45:22 +07:00
Hoang Nguyen 8f3697aabb
Bunch of changes
- playbooks: refactor installing package tasks (use Ansible modules
  where possible instead of running commands)

- add umask

- add .editorconfig file, since the repo is getting large

- mpd: update ncmpcpp config, also bind mpd on IPv6 localhost

- nvim:
  - move things into 'user' directory to avoid module name clashed with
    plugins
  - don't vendor syntax files for nftables, jinja and log filetypes
  - add some more plugins
  - no longer lazy-load nvim-notify
  - simplify init.lua (no longer expose autocmd.lua and options.lua)
  - change 'v' mode mappings to 'x' mode (I never use Select Mode so
    explicitly rebind those mappings to Visual Mode only)
  - re-enable ansiblels and cspell, since they work nicely now
  - use 'sh' instead of 'bash' for shell
2022-02-16 02:38:02 +07:00