diff options
| author | ewy1 <ewy0@protonmail.com> | 2025-01-13 20:39:27 +0100 |
|---|---|---|
| committer | ewy1 <ewy0@protonmail.com> | 2025-01-13 20:39:27 +0100 |
| commit | cc6eeca4926c09f0e6a68429ade9f0f6cb38b6d5 (patch) | |
| tree | 0ff9c98b0647b5962e04e99fe50896d652e2f128 | |
| parent | 5ec8bb34dfce5577ab48c12c7e6c6a424d93bab2 (diff) | |
Add oh-my-zsh config
| -rw-r--r-- | .zshrc | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -1,2 +1,37 @@ setopt completealiases alias dotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"' + +ZSH_CUSTOM="$HOME/.config/zsh" +ZSH_THEME="funky" +zstyle ':omz:update' mode auto +plugins=( + aliases + alias-finder + archlinux + cp + copyfile + copypath + emoji + git + git-commit + git-escape-magic + git-extras + gitignore + git-prompt + kate + man + node + npm + pip + podman + poetry + pre-commit + python + ssh + sudo + systemd + zsh-interactive-cd + zsh-navigation-tools +) + +. /usr/share/oh-my-zsh/oh-my-zsh.sh |
