Compare commits

...

4 commits

Author SHA1 Message Date
fleaz
409b08d51b modules/neovim: pastetoggle has been removed 2025-04-28 16:04:02 +02:00
fleaz
63f2a8d3fd modules/git: Enable gpg signing at work 2025-04-28 13:41:07 +02:00
fleaz
a4dbd37a6e Install gitlabcli at worklaptop 2025-04-23 10:32:00 +02:00
fleaz
341634dbd4 modules/zsh: Writing my own k8s cli tooling... 2025-04-23 10:32:00 +02:00
4 changed files with 5 additions and 8 deletions

View file

@ -33,6 +33,7 @@
vault
google-cloud-sdk
navi
glab
# for zsh-fzf plugin
fzf
@ -47,7 +48,6 @@
kubernetes-helm
k9s
stern
];
home.username = "felix";

View file

@ -75,9 +75,10 @@
user = {
email = "breidenstein@denic.de";
name = "Felix Breidenstein";
signingKey = "DC89E09ED2749442";
};
commit = {
gpgSign = false;
gpgSign = true;
};
};
}

View file

@ -111,7 +111,6 @@
set clipboard^=unnamed
""Hotkeys
set pastetoggle=<F10>
nnoremap <silent><cr> :nohlsearch<CR>
inoremap jj <Esc>

View file

@ -3,7 +3,7 @@
enable = true;
oh-my-zsh = {
enable = true;
plugins = [ "git" "fzf" "kubectx" ];
plugins = [ "git" "fzf" ];
theme = "kolo";
};
history = {
@ -13,9 +13,6 @@
};
shellAliases = {
"k" = "kubectl";
"kx" = "kubectx";
"kn" = "kubechn";
"kc" = "kubechc";
"dl" = "ls -lhtr --color=always ~/Downloads | tail -n 10"; # Show the 10 newest Downloads
"buzzer" = "ssh -i Nextcloud/Privat/id_door door@door.cccda.de buzzer";
"beep" = "paplay /usr/share/sounds/freedesktop/stereo/complete.oga"; # play "ding" for long running jobs
@ -43,7 +40,7 @@
export EDITOR="nvim";
export PATH="$PATH:$HOME/.krew/bin:$HOME/bin:$HOME/go/bin";
source <(kubectl completion zsh)
source ~/repos/kubech/kubech
source ~/bin/ktx
export GOPRIVATE=gitlab.com
export GOAUTH=netrc