updated some configs, added kitty config and updated theme_config

This commit is contained in:
2022-11-29 19:39:22 +01:00
parent 642338e577
commit 2abdb05ab9
6 changed files with 1110 additions and 65 deletions

12
.zshrc Normal file
View File

@@ -0,0 +1,12 @@
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="robbyrussell"
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE=6
plugins=(git zsh-autosuggestions)
source $ZSH/oh-my-zsh.sh
alias spicetify=/home/crylia/.spicetify/spicetify
eval "$(starship init zsh)"