From 5ec8bb34dfce5577ab48c12c7e6c6a424d93bab2 Mon Sep 17 00:00:00 2001 From: ewy1 Date: Mon, 13 Jan 2025 19:58:53 +0100 Subject: added multi device config --- .zshrc | 21 --------------------- 1 file changed, 21 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 66e9f74..3681637 100644 --- a/.zshrc +++ b/.zshrc @@ -1,23 +1,2 @@ -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 -- cgit v1.3 From cc6eeca4926c09f0e6a68429ade9f0f6cb38b6d5 Mon Sep 17 00:00:00 2001 From: ewy1 Date: Mon, 13 Jan 2025 20:39:27 +0100 Subject: Add oh-my-zsh config --- .zshrc | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to '.zshrc') 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 -- cgit v1.3