diff --git a/dot_zshrc b/dot_zshrc index d7bd03e..18b538b 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -8,7 +8,7 @@ setopt HIST_IGNORE_DUPS # oh-my-zsh export ZSH="$HOME/.config/zsh/oh-my-zsh" CUSTOM="$HOME/.config/zsh" -ZSH_THEME="boban" +ZSH_THEME="boban/boban" HYPHEN_INSENSITIVE="true" DISABLE_AUTO_UPDATE="true" plugins=( diff --git a/init.sh b/init.sh index b836e41..c719689 100755 --- a/init.sh +++ b/init.sh @@ -19,5 +19,6 @@ git clone https://github.com/TheEdgeOfRage/zsh-autoswitch-virtualenv ${ohmyzsh_c git clone https://github.com/zsh-users/zsh-autosuggestions ${ohmyzsh_custom}/plugins/zsh-autosuggestions git clone https://github.com/zsh-users/zsh-completions ${ohmyzsh_custom}/plugins/zsh-completions git clone https://github.com/zsh-users/zsh-syntax-highlighting ${ohmyzsh_custom}/plugins/zsh-syntax-highlighting +git clone https://gitea.theedgeofrage.com/TheEdgeOfRage/boban-zsh ${ohmyzsh_custom}/themes/boban sudo cp ./custom_colemak /usr/share/X11/xkb/symbols/custom