This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
List of downloads: | |
http://osxdaily.com/2012/07/12/list-download-history-mac-os-x/ | |
Special attributes for Gatekeeper: | |
http://ilostmynotes.blogspot.co.uk/2012/06/gatekeeper-xprotect-and-quarantine.html | |
brew list and brew cask list | |
list of all the software you've manually installed by downloading: | |
sqlite3 com.apple.LaunchServices.QuarantineEventsV2 'select LSQuarantineOriginURLString, LSQuarantineDataURLString from LSQuarantineEvent' | egrep "\.dmg|\.pkg|\.iso|\.zip" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.myco.codestyle; | |
import com.intellij.codeInsight.actions.OptimizeImportsProcessor; | |
import com.intellij.codeInsight.actions.ReformatCodeProcessor; | |
import com.intellij.ide.impl.ProjectUtil; | |
import com.intellij.ide.plugins.PluginManager; | |
import com.intellij.idea.IdeaApplication; | |
import com.intellij.idea.Main; | |
import com.intellij.openapi.application.ApplicationManager; | |
import com.intellij.openapi.application.ApplicationStarter; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --app=http://www.bbc.co.uk/iplayer | |
# Couldn't get this to work if you already have a profile running | |
# open -b com.google.Chrome --args --app=http://www.bbc.co.uk/iplayer | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Despite the commit I'm cherry picking not touching the 3rdparty dir at all, I get this merge issue: | |
On branch master | |
Your branch is up-to-date with 'origin/master'. | |
You are currently cherry-picking commit 6c7143d. | |
(fix conflicts and run "git cherry-pick --continue") | |
(use "git cherry-pick --abort" to cancel the cherry-pick operation) | |
Changes to be committed: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A | |
1 | |
B | |
C | |
3 |
NewerOlder