Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #293 from caarlos0/292
Browse files Browse the repository at this point in the history
remove text replacements
  • Loading branch information
caarlos0 authored Dec 4, 2016
2 parents 0740d53 + 448218f commit 80da35e
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions macos/set-defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -332,40 +332,6 @@ defaults write com.twitter.twitter-mac HideInBackground -bool true

#############################

echo ""
echo "› Text replacements:"
echo " › rsrs"
defaults write -g NSUserDictionaryReplacementItems -array-add \
'{
on = 1;
replace = rsrs;
with = "( \\U0361\\U00b0 \\U035c\\U0296 \\U0361\\U00b0)";
}'

echo " › fuckthat"
defaults write -g NSUserDictionaryReplacementItems -array-add \
'{
on = 1;
replace = fuckthat;
with = "\\U2768\\U256f\\U00b0\\U25a1\\U00b0\\U2769\\U256f\\Ufe35\\U253b\\U2501\\U253b";
}'

echo " › dontcare"
defaults write -g NSUserDictionaryReplacementItems -array-add \
'{
on = 1;
replace = dontcare;
with = "\\U00af\\\\_(\\U30c4)_/\\U00af";
}'

echo " › dafuq"
defaults write -g NSUserDictionaryReplacementItems -array-add \
'{
on = 1;
replace = dafuq;
with = "\\U0ca0_\\U0ca0";
}'

echo ""
echo "› Kill related apps"
for app in "Activity Monitor" "Address Book" "Calendar" "Contacts" "cfprefsd" \
Expand Down

0 comments on commit 80da35e

Please sign in to comment.