summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc35
1 files changed, 35 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 3681637..6afc2e1 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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