Skip to content

Instantly share code, notes, and snippets.

View ericfledderman's full-sized avatar
*️⃣
AKA "The Independent Variable"

Eric Fledderman ericfledderman

*️⃣
AKA "The Independent Variable"
View GitHub Profile
echo "Free Things 3"
echo "Removing current Thing 3 and its files..."
osascript -e 'quit app "things"'
rm -rf /Applications/Things3.app
rm -rf ~/Library/Caches/com.culturedcode.ThingsMac
rm -rf ~/Library/Containers/com.culturedcode.ThingsMac
rm -rf ~/Library/Preferences/com.culturedcode.ThingsMac.plist
@ericfledderman
ericfledderman / .git-commit-template.txt
Created July 9, 2018 16:50 — forked from adeekshith/.git-commit-template.txt
This commit message template helps you write great commit messages and enforce it across teams.
# <type>: (If applied, this commit will...) <subject> (Max 50 char)
# |<---- Using a Maximum Of 50 Characters ---->|
# Explain why this change is being made
# |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->|
# Provide links or keys to any relevant tickets, articles or other resources
# Example: Github issue #23