This commit is contained in:
Stephan Raabe
2024-05-07 21:44:14 +02:00
parent 72fca9a386
commit efc6157a48
3 changed files with 9 additions and 4 deletions

View File

@@ -43,6 +43,10 @@ if [ -f ~/dotfiles/.settings/eww-monitor.sh ] ;then
fi
fi
# Replace pfetch and neofetch with fastfetch
sed -i "s/pfetch/fastfetch/g" ~/dotfiles/.bashrc
sed -i "s/neofetch/fastfetch/g" ~/dotfiles/.bashrc
# Create default folder structure
xdg-user-dirs-update
echo