summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorEwy~ <ewy0@protonmail.com>2025-01-13 20:43:17 +0100
committerEwy~ <ewy0@protonmail.com>2025-01-13 20:43:17 +0100
commitf67806d02b60e663f12ecb1dad1dba63b219e5f2 (patch)
tree1501ae65c9f1d33f9aa25e83483620da4f7a74c8 /.zshrc
parenta6f9ad7fe8e2826929b652cfadf97b90ef44d0dc (diff)
parentcc6eeca4926c09f0e6a68429ade9f0f6cb38b6d5 (diff)
Merge branch 'master' of github.com:ewy1/dotfiles
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc54
1 files changed, 34 insertions, 20 deletions
diff --git a/.zshrc b/.zshrc
index 66e9f74..6afc2e1 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,23 +1,37 @@
-source /usr/share/zsh/share/antigen.zsh
-
-# Load the oh-my-zsh's library.
-antigen use oh-my-zsh
-
-# Bundles from the default repo (robbyrussell's oh-my-zsh).
-antigen bundle git
-antigen bundle heroku
-antigen bundle pip
-antigen bundle lein
-antigen bundle command-not-found
-
-# Syntax highlighting bundle.
-antigen bundle zsh-users/zsh-syntax-highlighting
-
-# Load the theme.
-antigen theme funky
-
setopt completealiases
alias dotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"'
-# Tell Antigen that you're done.
-antigen apply
+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