Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
oh-my-zsh autoupdate plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-null-undefined committed Dec 21, 2022
1 parent 51fee6a commit a283052
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [[ "$INSIDE_EMACS" = 'vterm' ]]; then
fi

if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi

setopt no_share_history
Expand All @@ -43,12 +43,18 @@ export TERM=xterm-256color
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
ZSH_THEME="powerlevel10k/powerlevel10k"


# Auto update settings
export UPDATE_ZSH_DAYS=1
export ZSH_CUSTOM_AUTOUPDATE_QUIET=true

plugins=(git zsh-autosuggestions nvm zsh-z
zsh-syntax-highlighting mvn sudo
docker docker-compose
zsh-completions common-aliases
alias-tips fzf zsh-fzf-history-search
emacs)
emacs
autoupdate)

source $ZSH/oh-my-zsh.sh
source ~/.aliasrc.sh
Expand Down
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:
git clone https://github.com/zsh-users/zsh-completions ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/zsh-completions
git clone https://github.com/djui/alias-tips.git ${ZSH_CUSTOM:-$ZSH/custom}/plugins/alias-tips
git clone https://github.com/joshskidmore/zsh-fzf-history-search ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/zsh-fzf-history-search
git clone https://github.com/TamCore/autoupdate-oh-my-zsh-plugins ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/autoupdate

# tmux
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
Expand Down

0 comments on commit a283052

Please sign in to comment.