From 733805c56e859ba6329ce68da0583685532e5116 Mon Sep 17 00:00:00 2001 From: gibbyb Date: Thu, 30 Jan 2025 13:22:57 -0600 Subject: [PATCH] Add oh my posh --- sources/dotfiles.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/dotfiles.sh b/sources/dotfiles.sh index 0e947d0..df9772b 100644 --- a/sources/dotfiles.sh +++ b/sources/dotfiles.sh @@ -23,6 +23,8 @@ rm -rf ~/.config/neomutt ln -s ~/Documents/Configs/neomutt ~/.config/neomutt rm -rf ~/.config/nvim ln -s ~/Documents/Configs/nvim ~/.config/nvim +rm -rf ~/.config/ohmyposh +ln -s ~/Documents/Configs/ohmyposh ~/.config/ohmyposh rm -rf ~/.config/powerline ln -s ~/Documents/Configs/powerline ~/.config/powerline rm -rf ~/.config/ranger