1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-09-19 16:31:31 +02:00
Commit Graph

574 Commits

Author SHA1 Message Date
bretello
4a08944497
gha: split workflows 2024-07-05 22:16:26 +02:00
bretello
81fa97520c
gha: add ansible run workflow 2024-07-05 22:14:36 +02:00
bretello
0cfab23eb9
gha: fix notification step 2024-07-05 22:14:36 +02:00
bretello
a2c03b8c8d
ansible: always run PlugInstall/PlugUpdate 2024-07-04 19:18:26 +02:00
bretello
eb97bec778
ansible: add dotfiles-update tag 2024-07-04 19:18:01 +02:00
bretello
2b2954d31a
README: cleanup 2024-07-04 18:55:52 +02:00
bretello
a2f3d6e764
ansible: refactor 2024-07-04 18:55:52 +02:00
bretello
78d36a6073
zsh: color which output, add BAT_STYLE 2024-07-04 11:45:11 +02:00
bretello
375d2177c1
vim: disable keywordprg for go 2024-07-01 12:23:14 +02:00
bretello
28fae7b8ce
vim: do not use fixers on .git dir patches 2024-06-29 10:53:41 +02:00
bretello
daf8e73f1d
vim: get rid of termdebug 2024-06-28 14:37:57 +02:00
bretello
ce72565b91
vim: change shortcuts to edit configs in vsplit 2024-06-19 12:08:25 +02:00
bretello
8214de3d65
zsh: add watchc function
this allows for watching a process while highlighting its output
with `grc`
2024-06-18 11:31:12 +02:00
bretello
7fa82f6cea
vim: improve virtualtext display for ALE issues 2024-06-08 18:27:41 +02:00
bretello
1b3178b264
vim: improve explanation for <leader><CR> command 2024-06-08 18:27:40 +02:00
bretello
68ae85b752
vim: do not enable spelling on markdown files by default 2024-06-08 17:53:35 +02:00
bretello
3bb339ad36
zsh: add support for fzf's --highlight line option (fzf>=0.52.0) 2024-06-04 09:42:47 +02:00
bretello
e021c813b2
zsh: theme: prevent breaking of prompt with virtualenv prefix 2024-05-09 16:33:31 +02:00
bretello
1e90b5766c
zsh: themes: fix prompt_too_long usage 2024-05-09 12:39:12 +02:00
bretello
120cd3f4d9
zsh: fix autoupgrade script for antidote 2024-04-22 09:50:05 +02:00
bretello
c572b2cb10
zsh: fix command lookup using $+array[] syntax 2024-04-22 09:47:24 +02:00
bretello
26022ea7b6
zsh: fix antidote migration cache dir 2024-04-17 16:01:39 +02:00
bretello
32df12a6df
zsh: fix sourcing of color functions, move to extras dir 2024-04-10 14:44:17 +02:00
bretello
030903dcd7
zsh: theme: get rid of more functions 2024-04-09 16:59:12 +02:00
bretello
81d8c56836
zsh: get rid of loading message 2024-04-09 15:10:25 +02:00
bretello
edc1934e83
zsh: migrate from antibody to antidote
See https://getantidote.github.io and https://github.com/mattmc3/antidote
2024-04-09 15:03:55 +02:00
bretello
a9a45864d2
README: fix CI badge 2024-04-06 21:24:46 +02:00
bretello
62c95b60d5
vim: disable ALE fix on save on git diffs 2024-04-06 21:24:45 +02:00
bretello
c137ef0e0f
vim: increase history limits 2024-04-06 21:24:45 +02:00
bretello
3db7721edb
zsh: functions: cleanup tracing functions 2024-04-06 21:24:45 +02:00
bretello
faf318c3d0
zsh: functions: add alarm function for quick alarms 2024-04-06 21:24:45 +02:00
bretello
1ee73be7f9
zsh: functions: get rid of ppath (use realpath instead) 2024-04-06 21:24:45 +02:00
bretello
8cdbefa3de
zsh: aliases: add C and P copy copy/paste 2024-04-06 21:24:45 +02:00
bretello
22023f667e
zsh: aliases: fix ssh1 alias (force new master, no persist) 2024-04-06 21:24:45 +02:00
bretello
114bbe758e
zsh: cleanup command lookup 2024-04-06 21:24:45 +02:00
bretello
7312c868b3
zsh: theme: avoid using functions where possible
includes fix for ohmyzsh's breaking change in ec1afe9d (async prompt)
2024-04-06 21:24:45 +02:00
bretello
56b8f1d05f
aliases: add grepi=grep -i 2024-03-25 21:13:10 +01:00
bretello
5674865f11
vim: cleanup clipboard shortcuts 2024-03-21 14:55:06 +01:00
bretello
0c7d0ec24f
zsh: cleanup bat configuration 2024-03-08 12:59:28 +01:00
bretello
b05fde87c2
zsh: simplify retry() 2024-03-01 11:25:12 +01:00
bretello
04bfe043ab
vim: use <leader>N,P for :cnext,:cprevious 2024-03-01 11:25:12 +01:00
bretello
35575755ef
vim: improve Man command display 2024-03-01 11:25:12 +01:00
bretello
10c79f1bad
zsh: add watch_file command
uses inotifywait to watch writes on a file and executes a specific
action whenever this is changed (killing the previous process)
2024-03-01 11:25:12 +01:00
bretello
25037bde1f
zsh: cleanup colors/color functions 2024-03-01 11:25:11 +01:00
bretello
481c81c68a git: add taglist command 2024-03-01 11:23:24 +01:00
bretello
94ed0a6ea8
tmux: fix rename-window shortcut 2024-01-11 13:10:52 +01:00
bretello
3955481e32
ci: add failure notification 2024-01-08 13:03:46 +01:00
bretello
471fc948a8
ci: switch to github actions 2024-01-08 09:52:17 +01:00
bretello
7f2fa528fe
ci: add registry tokens 2024-01-04 17:09:32 +01:00
bretello
fba95ede51
update README 2024-01-03 15:45:50 +01:00