My ZSH config
Go to file
2025-01-15 09:04:46 +00:00
extern Bump project versions 2024-11-26 09:46:51 +00:00
.gitignore Add everything needed in own configs and update some stuff around 2020-05-22 14:56:46 +02:00
.gitmodules Switch sources of submodules to g.rx.eu 2024-08-20 09:25:08 +00:00
.zshrc Integrate auto-color alias and editor shortcut in main config, use pager for nullcmd, remove outdated information 2025-01-15 09:04:46 +00:00
autosuggestions.zsh Reorganize code 2021-07-27 17:59:17 +00:00
clint.zsh Reorganize code 2021-07-27 17:59:17 +00:00
completions.zsh Add well-known paths and ensure they exist and remove unmaintained custom prompts 2024-12-11 12:53:13 +00:00
input.zsh Add fallbacks for stuff often in .zshenv 2024-08-21 12:45:23 +00:00
options.zsh Integrate auto-color alias and editor shortcut in main config, use pager for nullcmd, remove outdated information 2025-01-15 09:04:46 +00:00
p10k.zsh Add well-known paths and ensure they exist and remove unmaintained custom prompts 2024-12-11 12:53:13 +00:00
README.md Integrate auto-color alias and editor shortcut in main config, use pager for nullcmd, remove outdated information 2025-01-15 09:04:46 +00:00
syntax.zsh Reorganize code 2021-07-27 17:59:17 +00:00

My ZSH config

This is my daily driver for my shell, it's heavily customized and relies on a lot of ZSH features

It is enhanced by a few things which are submodules of this repo:

  • Powerlevel10k
  • zsh-autosuggestions
  • zsh-synthax-highlighting

While i do attempt to make this usable widely, don't rely on it. If you want to use this and have it work as you want it, it's expected that you can read manual pages and know at least a bit of shell scripting.