feat: mudlet

This commit is contained in:
2023-08-15 10:52:56 +03:00
parent 02f50eeff5
commit b79e1fc6e0
15 changed files with 13508 additions and 5 deletions

View File

@@ -62,8 +62,7 @@ home() {
;;
restore | r)
rsync -vtr --exclude ".git" --exclude "node_modules" --no-links $DOTFILES/.config/mudlet $HOME/.config/
for file in $DOTFILES/.config/mudlet/profiles/Aardwolf/**/*.xml; do
echo_yellow "Fixing paths in $file"
for file in $HOME/.config/mudlet/profiles/Aardwolf/**/*.xml; do
sed -i '' -e "s/\$HOME/${HOME//\//\\/}/g" $file
done
;;