Find a file
2024-09-13 17:15:45 +02:00
aliases if node is unavailable, ignore copilot cli 2024-09-13 17:15:45 +02:00
compdef Add uncommitted stuff from flipper 2023-08-21 11:46:14 +02:00
env env: set DOCKER_HOST to podman socket, if it exists 2024-07-16 01:06:26 +02:00
functions Override VCS_INFO_bydir_detect because of problems with NFS 2023-03-20 12:54:18 +01:00
plugins add plugin to set java home per directory 2024-08-28 17:55:49 +02:00
widgets Fix edit-command-line-split 2023-08-21 11:53:57 +02:00
.gitignore module "vcs": do not track filter dir 2016-01-05 04:25:41 +01:00
.gitmodules Add zplug 2019-02-11 16:26:21 +01:00
.pre-commit-config.yaml add pre-commit config to prevent trailing whitespace 2023-08-21 11:54:19 +02:00
.zimrc add plugin to set java home per directory 2024-08-28 17:55:49 +02:00
.zprofile Start X if logging in on tty1 2022-09-02 13:10:27 +02:00
.zshrc add symlink zshrc to .zshrc 2019-02-11 16:27:47 +01:00
bindings.zsh Fix edit-command-line-split 2023-08-21 11:53:57 +02:00
completion.zsh Fix edit-command-line-split 2023-08-21 11:53:57 +02:00
confs Updates 2023-03-20 12:54:18 +01:00
dirs Add some shortcuts 2023-01-12 11:51:21 +01:00
README.md Make config fully contained in xdg-dir (no ~/.zshenv) 2024-07-22 17:50:14 +02:00
zlogin Some new features 2014-06-27 07:45:18 +02:00
zprofile add some xdg settings 2024-07-16 01:02:58 +02:00
zshenv Make config fully contained in xdg-dir (no ~/.zshenv) 2024-07-22 17:50:14 +02:00
zshrc add some xdg settings 2024-07-16 01:02:58 +02:00

crater's zsh config

Installation:

Set the ZDOTDIR environment variable to the directory of this repo. Note that this environment variable must be set before the user configuration files of zsh are read.

One way to do this is to set it in the global zsh configuration in /etc/zsh/zshenv, e.g. to use the XDG basedir spec with this repo at ~/.config/zsh:

export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}"/zsh