Skip to content

Commit c80ae4e

Browse files
committed
feat: update pure plugin
1 parent 8f41aad commit c80ae4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Run `install.sh` to install and configure software
1818

1919
### Setup script
2020

21-
Run `setup.sh` to install and configure SDKs
21+
Run `setup.sh` to install and configure SDKs and `<prefix> I` in Tmux to install plugins

dotfiles/zshrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ zplug "catppuccin/zsh-syntax-highlighting", use:themes/catppuccin_mocha-zsh-synt
1818
zplug "jeffreytse/zsh-vi-mode"
1919
zplug "mafredri/zsh-async"
2020
zplug "sindresorhus/pure", use:pure.zsh, as:theme
21-
zplug "p-m-p/pure-catppuccin", use:theme.zsh
21+
zplug "p-m-p/pure-catppuccin", use:style/mocha.zsh, from:github, at:main
2222
zplug "lukechilds/zsh-nvm"
2323

2424
if ! zplug check --verbose; then

0 commit comments

Comments
 (0)