Commit Graph

62 Commits (2841fada0ac7c5aaf714a41405c7feb0d8d7c158)

Author SHA1 Message Date
bretello 2841fada0a
zsh: use zsh-users/zsh-syntax-highlight instead of zdharma's 2022-03-26 11:30:16 +01:00
bretello 6fa513850c
zsh: add editing mode setup check 2022-02-07 20:49:58 +01:00
bretello 85381436cf
zsh: cleanup aliases sourcing 2022-02-07 20:49:25 +01:00
bretello 476fd545b5
zsh: add ZSH_AUTOSUGGEST_STRATEGY 2022-01-24 09:57:29 +01:00
bretello 95e0d56ea7
zsh: add functions/aliases extras + migration 2022-01-05 18:16:45 +01:00
bretello c507973d50
zsh: add fzf-tab module
https://github.com/Aloxaf/fzf-tab/wiki/Configuration
2021-12-27 12:55:17 +01:00
bretello ea25269d1f
zsh: add $g and $w for git and work dirs 2021-12-24 11:49:01 +01:00
bretello 6d428ac1e7
zsh: enable compinit 2021-12-09 00:02:38 +01:00
bretello d302f40ffc
zsh: make visual editing work 2021-12-09 00:02:38 +01:00
bretello 4a985b2ffa
zsh: migrate sh -> zsh 2021-10-10 12:41:20 +02:00
bretello cce95a4ab7 zsh: disable dvc completion (slow!) 2021-10-07 20:42:05 +02:00
bretello 92e0591129
zsh: fix apt antibody command 2021-10-07 20:34:53 +02:00
bretello a8039caf58
zsh: add completion style 2021-10-07 20:34:53 +02:00
bretello 8e760f3e3e
zsh: add dvc aliases 2021-10-04 09:34:49 +02:00
bretello 9bdbd1774d
zsh: remove antibody extra plugins 2021-10-01 17:34:38 +02:00
bretello d7ccec7fef
zsh: add LANG to the top of the main dotfile 2021-07-16 21:39:46 +02:00
bretello 5a6dd6bee7 zsh: increase history size 2021-05-19 11:25:40 +02:00
bretello 98604c6a4c
updater: fix it 2021-04-12 13:49:40 +02:00
bretello 0cb850b8a4
zsh: add conditional insertion for systemd and debian plugins 2021-04-11 13:09:47 +02:00
bretello 6f5b808787
zsh: remove pip completion, fix formatting 2021-04-10 22:06:02 +02:00
bretello f307a2207d
zsh: add vim filetype/conf hint 2021-04-10 22:06:02 +02:00
bretello a6a927e6d8
zsh: add add antibody extras, cleanup plugins.txt
export _DOTFILES_EXTRA_PLUGINS=true to load plugins in
`antibody_plugins_extra.txt`
2021-04-10 22:06:02 +02:00
bretello e1921affdc
zsh: add BAT_THEME=gruvbox-dark env var 2021-04-10 22:05:44 +02:00
bretello 79dcf5e973
zsh: add $ANTIBODY environment variable 2021-01-15 01:34:40 +01:00
bretello d4ec9a5f2e
zsh: add visual mode indicator to zsh theme 2021-01-15 01:34:10 +01:00
bretello bc8861451e
zsh: add /home/brethil/projects variable for projects folder 2020-12-09 01:11:29 +01:00
bretello 4b3b12db5b
fix mkdir zsh cache
fixup 8a8d061
2020-12-08 22:53:09 +01:00
bretello 0b68fec862
zsh: explain oh-my-zsh's ZSH variable 2020-12-08 15:20:42 +01:00
bretello 5fbaf3d535
update selfupdate mechanism
still based on oh-my-zsh's, bumped to version `452586e7`
2020-12-08 15:20:42 +01:00
bretello 8a8d061fe4
zsh: speed up load by a factor of 3 2020-12-08 15:20:42 +01:00
bretello 5dc09a62ea
zsh-theme: improve initial setup 2020-12-08 00:07:55 +01:00
bretello da3b5628ad
cleanup documentation/install script 2020-12-07 23:41:44 +01:00
bretello 401a53cbe7
zsh: cleanup less options 2020-12-04 15:58:10 +01:00
bretello c1e87f9d38
zsh: remove setopt completaliases
this breaks completion for aliased commands
2020-12-04 15:58:10 +01:00
bretello 90d8d7258b
zsh: show git status as clean with untracked files 2020-12-04 15:58:09 +01:00
bretello 5bc8d0db62 add pip completions configuration 2020-06-15 01:49:03 +02:00
bretello 8bd637dc6b zsh: fix delete key 2020-04-06 19:50:58 +02:00
bretello 234e2a3b82 zsh: add history-related setopt options, remove completeealiases 2020-03-13 21:33:14 +01:00
bretello 7f290db37b zsh: cleanup less options, add LC_ALL 2020-03-09 17:54:02 +01:00
brethil c003ff2c40 zsh: fix completion mess 2020-03-08 23:48:13 +01:00
bretello 1f7a297a6a fix misc theme issues 2020-02-27 18:49:10 +01:00
bretello 38c3b21a85 add conditional linux oh-my-zsh plugins loading 2020-02-27 18:48:01 +01:00
bretello 7652cd81e5 replace antigen with antibody 2020-02-27 18:48:01 +01:00
bretello 8eaa9fbde9 zsh: reduce transition time between vim modes 2020-02-27 18:44:23 +01:00
bretello 0860036eff fix some miscellanous issues 2020-02-14 16:37:52 +01:00
bretello 194ab3b920 add bat, bat options, pager options 2020-02-14 16:37:52 +01:00
bretello 5e3aef5a42 add vi-mode zsh plugin 2020-02-14 16:37:52 +01:00
bretello 78fb96c503 enable zsh autorrection 2020-02-14 16:37:49 +01:00
bretello 4d78664769 fix alias tips 2020-02-14 16:37:47 +01:00
bretello f869ff6d22 use antigen+oh-my-zsh for easy plugin maintenance 2020-02-14 16:37:47 +01:00