|
1 month ago | |
---|---|---|
powerlevel-config | 1 month ago | |
powerlevel10k@00232d1b6d | 1 month ago | |
zsh-autosuggestions@ae315ded4d | 11 months ago | |
zsh-syntax-highlighting@5eb494852e | 1 month ago | |
.gitignore | 9 months ago | |
.gitmodules | 11 months ago | |
.zshrc | 3 months ago | |
README.md | 3 months ago | |
bindings.zsh | 4 months ago | |
completions.zsh | 7 months ago | |
preferences.zsh | 1 month ago |
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:
Some custom prompts depend on these binaries in your path:
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.
This environment variable should be set to the root of your repository (usually ~/.config/zsh or ~/.zsh)
Because font support detection is a bit complicated, the prompt
variable in this zstyle allows you to manually toggle on a specific prompt (now only p9k is available)
This should be the location of the mpv socket that is available via the input-ipc-server
. It will check if the socket exists, and if it does it will use it.
NOTE: While this is fast, it has it's drawbacks. It currently relies on lots of assumptions and that should be understood. JSON parsing is done assuming that the title is a string and that the string has no special characters.
This should be a glob pattern that would match any new mails. This works the best with the Mailbox format as every new mail is a file. mbox or spoolfiles may be supported in the distant future, but i don't plan to do that.