Changed to Nord color theme

This commit is contained in:
2025-04-19 13:37:20 +02:00
parent 5e54bf92bf
commit 86c90eba9d
5 changed files with 167 additions and 33 deletions
+2
View File
@@ -31,6 +31,8 @@ for option in "$@"; do
https://raw.githubusercontent.com/zsh-users/zsh-autosuggestions/master/zsh-autosuggestions.zsh
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $HOME/.config/zsh/zsh-syntax-highlighting
git clone https://github.com/romkatv/gitstatus.git $HOME/.config/zsh/gitstatus
mv "$HOME/.config/zsh/gitstatus/gitstatus.prompt.zsh" "$HOME/.config/zsh/gitstatus/gitstatus.prompt.zsh.bak"
link "$PWD/zsh/gitstatus.prompt.zsh" "$HOME/.config/zsh/gitstatus/gitstatus.prompt.zsh"
;;
nvim)
[ ! -d "$HOME/.config/nvim" ] && mkdir -p "$HOME/.config/nvim"