1
0
Fork 0
This commit is contained in:
Luca Bilke 2023-03-29 18:23:08 +02:00
parent a51d665cd7
commit 1f5948caf4
3 changed files with 11 additions and 19 deletions

View file

@ -4,10 +4,13 @@ source $ZDOTDIR/configs/widgets
source $ZDOTDIR/configs/bindings
source $ZDOTDIR/configs/aliases
source $ZDOTDIR/configs/autogenerated/shortcuts
source $ZDOTDIR/configs/autogenerated/hashes
for f in $ZDOTDIR/configs/autogenerated/*; do
source $f
done
source $ZDOTDIR/functions/kubernetesrc_ansible
for f in $ZDOTDIR/functions/*; do
source $f
done
source $ZDOTDIR/plugins/fzf/bindings.zsh
source $ZDOTDIR/plugins/autopyenv/autopyenv.zsh

View file

@ -1,6 +1,6 @@
# vim:set ft=zsh
# vi mode
bindkey -M vicmd v edit-command-line
bindkey -v
# Use vim keys in tab complete menu:
@ -9,10 +9,11 @@ bindkey -M menuselect 'k' vi-up-line-or-history
bindkey -M menuselect 'l' vi-forward-char
bindkey -M menuselect 'j' vi-down-line-or-history
# Widgets
bindkey '^e' _lfcd
bindkey '^g' lg
bindkey -v '^?' backward-delete-char
bindkey '^?' backward-delete-char
bindkey '^[[P' delete-char
bindkey "^[[H" beginning-of-line
bindkey '^[[F' end-of-line

16
TODO
View file

@ -1,20 +1,8 @@
-- TODO --
Create a better bitwarden integration
Validate directory structure: https://wiki.archlinux.org/title/XDG_Base_Directory https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard
Generate .ssh/config from netbox using a playbook
Look into the following plugins:
https://github.com/sparsick/ansible-zsh
https://github.com/se-jaeger/zsh-activate-py-environment
https://github.com/MichaelAquilina/zsh-autoswitch-virtualenv
https://github.com/Junker/zsh-archlinux
https://github.com/Michaelwmx/zsh-ask
https://github.com/kalsowerus/zsh-bitwarden
https://github.com/Game4Move78/zsh-bitwarden
https://github.com/begris/bw-zsh-plugin
https://github.com/ytet5uy4/fzf-widgets
https://github.com/hcgraf/zsh-sudo
https://github.com/GuilleDF/zsh-ubuntualiases
Generate .ssh/config frome netbox using a playbook
-- FIX --
sb-playerctl trailing dash when no artist