chore(zsh): removed oh-my-zsh and made the config cleaner

This commit is contained in:
Afonso Franco 2024-07-20 14:26:01 +01:00
parent f2c2a4341a
commit 603d8a4f22
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
10 changed files with 790 additions and 162 deletions

View file

@ -6,9 +6,11 @@ TRAPUSR1() {
}
if [[ $(uname) == "Darwin" ]]; then
export JAVA_HOME="/opt/homebrew/opt/openjdk@17/libexec/openjdk.jdk/Contents/Home"
else
export LIBVA_DRIVER_NAME=nvidia
fi
export LIBVA_DRIVER_NAME=nvidia
export XDG_CONFIG_HOME="${HOME}/.config"
export XDG_CACHE_HOME="${HOME}/.cache"
export XDG_DATA_HOME="${HOME}/.local/share"
export XDG_STATE_HOME="${HOME}/.local/state"
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"