Changed Paths

This commit is contained in:
pauljako 2024-09-04 12:46:40 +02:00
parent b36ad9bae0
commit d4fb82d19c

4
.zshrc
View file

@ -45,7 +45,7 @@ case "${platform}" in
esac esac
# #
# Set the OMP Path and create the directory # Set the OMP Path and create the directory
OMP_PATH="$HOME/.config/oh-my-posh" OMP_PATH="$HOME/.config/dotfiles/oh-my-posh"
[ ! -d $OMP_PATH ] && mkdir -p "$(dirname $OMP_PATH)" [ ! -d $OMP_PATH ] && mkdir -p "$(dirname $OMP_PATH)"
# #
# Set the path to the OMP Theme # Set the path to the OMP Theme
@ -71,7 +71,7 @@ alias oh-my-posh=$OMP_EXE
eval "$(oh-my-posh init zsh --config $OMP_THEME_PATH)" eval "$(oh-my-posh init zsh --config $OMP_THEME_PATH)"
# #
# Get and download zinit # Get and download zinit
ZINIT_HOME="$HOME/.config/zinit/zinit.git" ZINIT_HOME="$HOME/.config/dotfiles/zinit/zinit.git"
[ ! -d $ZINIT_HOME ] && mkdir -p "$(dirname $ZINIT_HOME)" [ ! -d $ZINIT_HOME ] && mkdir -p "$(dirname $ZINIT_HOME)"
[ ! -d $ZINIT_HOME/.git ] && git clone https://github.com/zdharma-continuum/zinit.git "$ZINIT_HOME" [ ! -d $ZINIT_HOME/.git ] && git clone https://github.com/zdharma-continuum/zinit.git "$ZINIT_HOME"
# #