mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
feat: mudlet
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user