mirror of
https://github.com/mqttr/dotfiles.git
synced 2025-12-15 04:25:50 -06:00
Added oh my posh
This commit is contained in:
@@ -13,6 +13,13 @@ fi
|
||||
|
||||
ln -s "$PWD/zsh/.zshrc" "$ZSHFILE"
|
||||
|
||||
POSHDIR="$HOME/.config/ohmyposh"
|
||||
if [ -f "$POSHDIR" ] || [ -d "$POSHDIR"]; then
|
||||
mv "$POSHDIR" "$POSHDIR.old"
|
||||
fi
|
||||
|
||||
ln -s "$PWD/zsh/ohmyposh/" "$POSHDIR"
|
||||
|
||||
#############################
|
||||
# kitty
|
||||
#############################
|
||||
|
||||
Reference in New Issue
Block a user