Give Me Back My ~/Library (!)
As a developer I need access to my Library directory, but Apple keeps hiding it from me with every OS update. Finally tired of manually typing chflags nohidden ~/Library/
every time it disappeared, I created a simple LaunchAgent to do this for me every time I log into my machine.
Check it out:
As an aside, I’ll take this space to plug Lingon (I have no affiliation), which is a nice GUI tool for managing LaunchAgents and saves you from editing XML and dropping to the command line to talk to launchd
.