473fc820b9
fix(shell): add explicit return statements to functions
...
Add return 0 as the last statement in ~46 shell functions across
17 files that previously relied on implicit return codes
(SonarCloud rule shelldre:S7682).
2026-02-07 14:00:58 +02:00
63a21d08b4
fix(shell): use [[ instead of [ for conditional tests
...
Replace single brackets with double brackets in bash conditional
expressions across 14 files (28 changes). All scripts use bash
shebangs so [[ is safe everywhere (SonarCloud rule shelldre:S7688).
2026-02-07 13:59:08 +02:00
08de5ea4a6
refactor(submodules): improve old submodule cleanup in add-submodules.sh
2026-02-05 22:07:03 +02:00
0e69b7cb16
refactor: remove dotbot-brew, dotbot-pip submodules and pipx
2026-02-05 22:07:03 +02:00
3e6b80b598
chore(tmux): remove unused plugins
...
Remove tmux-sensible, tmux-mode-indicator, tmux-yank, and
tmux-fzf-url submodules, configurations, and run-shell lines.
2026-02-04 03:22:17 +02:00
ed3f881b93
chore(tmux): remove tmux-window-name submodule
...
Remove the git submodule, its config in tmux.conf, the zsh hook
in zshrc, and add cleanup entry in add-submodules.sh.
2026-02-04 03:22:17 +02:00
ab67f6be5a
chore(tmux): fix catppuccin submodule
2025-11-13 00:25:40 +02:00
7b6e95c4ab
chore: linting
2025-10-13 14:14:45 +03:00
5d476e8eed
chore(config): add tmux-resurrect back
...
Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net >
2025-04-03 09:39:15 +03:00
784fddea64
fix(repo): remove tools/dotbot-asdf submodule
2025-02-26 00:41:03 +02:00
4f2b47d5c3
feat(asdf): removal of asdf
...
Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net >
2025-02-25 10:41:20 +02:00
611a3bfa72
feat: move asdf from local/bin to local
2025-02-23 17:23:54 +02:00
a22709a0f0
chore(repo): add-submodules submodule ignore dirty
2025-01-28 14:54:58 +02:00
2ccdd042f6
chore: sort gitignore, echo submodule ignore status
2024-12-30 17:26:35 +02:00
eb91a43bbd
feat(asdf): drop asdf-plugin-manager, use dotbot-asdf
2024-12-28 16:58:31 +02:00
746646ae55
feat(shell): switched to antidote, asdf changes
2024-11-22 17:53:46 +02:00
3879289559
feat(tmux): removal of tmux-resurrect
2024-11-18 11:42:58 +02:00
093f58f129
feat: removed nvim-lazy, nvim-kickstart
2024-09-22 04:31:44 +03:00
930dcf00c4
Revert "chore(config): remove tmux dark-notify"
...
This reverts commit bb8e3bba56 .
2024-09-17 00:17:08 +03:00
bb8e3bba56
chore(config): remove tmux dark-notify
2024-09-17 00:15:47 +03:00
fc16b8231e
feat!: asdf is now a git submodule
2024-07-16 22:58:29 +03:00
378abfe896
feat(tmux): tmux-dark-notify + themes
2024-06-06 22:53:28 +03:00
185d28e587
feat: kickstart.nvim, and aliases
2024-04-21 14:55:36 +03:00
8328f4cd19
feat(tmux): Use my fork of tmux-window-name
2024-03-01 12:42:04 +02:00
523bec769f
feat(config): add tldr to cheat as a submodule
2024-02-21 14:21:29 +02:00
c316a8eb2f
feat(tmux): tmux-current-pane-hostname
2024-01-11 22:33:30 +02:00
988cb9cd18
chore(shell): drop autoupdate-antigen plugin
2023-10-13 11:13:12 +03:00
e2f6db9208
feat(tmux): tmux suspend and mode indicator
2023-10-02 13:04:53 +03:00
266c18e195
chore(dotbot): cleanup dotbot plugins
2023-10-02 11:33:35 +03:00
9c432ed2a0
feat(tmux): update cfg, remove tpm, change theme
2023-10-02 11:32:41 +03:00
748e5bb561
feat(dotbot): plugins: pipx, snap and crontab
2023-09-25 11:51:23 +03:00
7769af68b5
feat(tmux): tmux-window-name
2023-09-19 08:46:14 +03:00
1d851708eb
chore(tmux): drop unused plugins, update config
2023-09-08 00:29:32 +03:00
31e04ce865
fix(lint): added missing shfmt, linted files
2023-08-31 09:55:00 +03:00
2026b6adfe
fix(tmux): catppuccin submodule and tpm names
2023-08-15 11:55:07 +03:00
e3f5bbad00
fix(git): submodule registration script
2023-08-12 16:43:22 +03:00
bf4730a1f3
fix(tmux): added tmux plugins as git submodules
2023-08-11 11:55:14 +03:00
b259e4b992
chore(codestyle): Code style fixes, configs
2023-05-22 15:59:58 +03:00
b688ee7503
Chore(tools): Moved dotbot under tools
2023-05-08 12:16:45 +03:00
74df61ed1d
Feat: tmux config + plugin manager
2023-04-26 23:45:28 +03:00
775d2abf13
tools: cheat configs & dirs
2023-04-22 11:17:36 +03:00
dcd042262f
dotbot: removed gh-extension, use old script
2023-04-13 22:21:49 +03:00
d2cedd0fee
Host specific files should now work
2023-04-02 04:17:15 +03:00
995cc569e7
Moved exports to config/exports, fixed codestyles
2023-04-02 03:56:51 +03:00
745fc9b737
Moved dotbot plugins to root
2023-03-19 03:32:03 +02:00