de773ad68f
refactor(scripts): add set -euo pipefail to all installer scripts
...
Add strict error handling to all scripts:
- 13 scripts get `set -euo pipefail`
- install-macos-defaults.sh gets `set -uo pipefail` (without -e) because
defaults write commands may fail on newer macOS versions
- install-cargo-packages.sh: also add missing source of shared.sh
2026-02-05 22:51:40 +02:00
4daaa62aed
feat(dfm): scripts/install-* to autocomplete, docs
2024-12-28 19:01:45 +02:00
Ismo Vuorinen
f3f7ecc522
feat(nvim): reworked cmp, lsp and bunch of stuff ( #48 )
...
* feat(nvim): reworked cmp, lsp and bunch of stuff
* chore: del disabled plugins, do coderabbit fixes
* chore: tweak settings, remove duplication
* chore: next round of refactoring
* feat: replaced lualine w/ mini.statusline, tweaks
* chore: cleanup, options and keymap stuff
2024-12-09 10:30:15 +02:00
2e070eed83
chore(docs): update nvim keybindings
2024-09-23 10:26:40 +03:00
75c36bacf9
chore(docs): update nvim keymaps
2024-08-10 13:04:31 +03:00
1f2ca90ca5
feat!: refactor base, config, dfm and scripts
2024-07-23 03:43:12 +03:00
adecceda7a
chore(scripts): eval scripts/shared.sh
2024-07-17 10:04:16 +03:00
88fa706b75
chore(docs): update nvim keybindings
2024-06-25 09:53:48 +03:00