feat: more plugins bcs more=more

This commit is contained in:
s-prechtl 2025-04-30 14:06:08 +02:00
parent 901996ab32
commit 9a2491d5e7
2 changed files with 18 additions and 3 deletions

View file

@ -58,7 +58,7 @@
allowedUDPPortRanges = range;
allowedUDPPorts = [3478 5349];
allowedTCPPortRanges = [];
allowedTCPPorts = [ 80 3478 5349];
allowedTCPPorts = [80 3478 5349];
};
};
# get a certificate

View file

@ -14,7 +14,7 @@
cat = "bat";
cd = "z";
};
initExtra = ''
initContent = ''
bindkey -s ^f "mux-sessionizer\n"
fastfetch
@ -30,7 +30,22 @@
oh-my-zsh = {
enable = true;
plugins = ["git" "docker"];
plugins = [
"aliases"
"bgnotify"
"colored-man-pages"
"colorize"
"command-not-found"
"docker"
"docker-compose"
"gh"
"git"
"git-auto-fetch"
"golang"
"pass"
"safe-paste"
"tmuxinator"
];
theme = "strug";
};
};