From 9fce0e5141cc9a4b44cbff2e6fe64e1d47d93c15 Mon Sep 17 00:00:00 2001 From: Pavle Portic Date: Sat, 30 Apr 2022 01:47:47 +0200 Subject: [PATCH] Add boban theme to init script --- dot_zshrc | 2 +- init.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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