diff --git a/.zshrc b/.zshrc index 0ecb416..b6fc20a 100644 --- a/.zshrc +++ b/.zshrc @@ -19,7 +19,6 @@ export GOPATH=$HOME/.go source $ZSH/oh-my-zsh.sh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh -source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=8' #source $HOME/.cargo/env diff --git a/post_install.sh b/post_install.sh index 61abfd1..a6241d9 100644 --- a/post_install.sh +++ b/post_install.sh @@ -17,6 +17,7 @@ yay -S --noconfirm --answerdiff=None neovim-plug # install zsh and omz #chsh -s $(which zsh) sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)" -mv .zshrc.pre-oh-my-zsh .zshrc git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k + +mv ~/.zshrc.pre-oh-my-zsh ~/.zshrc source ~/.zshrc