Commit Graph

6 Commits

Author SHA1 Message Date
Hoang Nguyen e501f2dac2
Some temporary changes
- river: update new mapping option -layout and -hide-cursor river option
- aerc: use abook command from aerc's wiki
  (https://man.sr.ht/~rjarry/aerc/integrations/index.md)
- packages: add zdict
- palette: add catppuccin (haven't tested)
- nvim: adjust highlights for markdown-preview.nvim (to support all
  3 palettes)
- scripts/launch_xdg_portal: xdg-desktop-portal-kde is now in the same
  directory as the other on Alpine
- env: add DOTNET_SKIP_FIRST_TIME_EXPERIENCE, XDG_STATE_HOME and adjust
  NPM_GLOBAL_PREFIX
- cava: update config to version 0.8.2
2022-04-30 13:23:09 +07:00
Hoang Nguyen 03c8bbf1fd
Add ssh role
And other small changes:
- nvim:
  - drop gemini syntax (the default gemtext syntax is fine)
  - add Latex preview binding

- anime-downloader: use animerush as default provider
2022-02-23 22:18:44 +07:00
Hoang Nguyen be55a39a94
nvim: fix some regression from previous commit
Also remove cmp-under-comparator
2022-02-16 11:32:26 +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
Hoang Nguyen a153366d2b
check: use list for the 'when' variable check
It looks cleaner than a bunch of conditions
2022-02-12 00:19:52 +07:00
Hoang Nguyen f08d185084
Some clean up tasks
- playbook: move check tasks to external files for visibility

- multiplexer: introduce variable 'multiplexer'

- shells/fish: reflect aliases on the new variable 'multiplexer'
2022-02-11 14:17:40 +07:00