❄️ MacOS dotfiles and quick-start for software development.
make install
make entertainment # optionally install entertainment software
See the Makefile and Brewfile for details about what exactly is installed.
-
Disable data-gathering Spotlight behaviors: System Preferences > Spotlight, then un-check "Spotlight Suggestions" and "Allow Spotlight Suggestions in Look up".
-
Disable the Spotlight keyboard shortcut (so that Alfred can take it): System Preferences > Spotlight, then click "Keyboard Shortcuts…", then un-check "Show Spotlight search"
-
Alfred > Preferences > General, check "Launch Alfred at login", the set the Alfred Hotkey to Command-Space.
-
Neuter the Dock (you can manually show/hide it using
cmd + option - d
):defaults write com.apple.dock autohide-delay -float 500 killall Dock
-
Install the Dracula theme.
-
Install the Emoji Snippet Pack
- HTTPS Everywhere
- Privacy Badger
- uBlock Origin
- 1Password
- Facebook Container
- Firefox Multi-Account Containers (Ctrl + . > Tab > 1-n for new container tab)
- Temporary Containers
I use Operator Mono for programming. For a free alternative, check out Matt McFarland's write-up.
git config --global user.name "Your Name"
git config --global user.email you@example.com
Dracula theme for iTerm2.
This lifehacker post is a good start.
Android emulator. Does not play nicely with Docker (as of 2020-07).
brew cask install bluestacks
- Download Optifine, then open and run the .jar file to install it.
- Download BSL Shaders.
- Download ChromaHills.
- Run Minecraft, select the OptiFine profile.
- In Minecraft, click Options > Video Settings > Shaders, then click the Shaders Folder button in the lower left corner. This will open the shaderpacks folder in Finder.Open a new Finder window (File > New or command-n, then Go > Downloads in the new window) and go to your Downloads folder. Drag the BSL Shaders .zip file from the Downloads folder to the Minecraft shaderpacks folder.
- In Minecraft, select the newly displayed BSL shaders .zip. Minecraft will relaunch the UI. Click Done. And the click Done again.
- In Minecraft, click Resource Packs from the Options screen. Next click Open Resource Pack Folder. As with the shaders, open your downloads folder, and drag the Chroma Hills .zip file to the Minecraft resourcepacks folder.
- In Minecraft, click Done, then click Resource Packs again. Next mouse over ChromaHills, and click the Right/Play button. Then click Done. The UI will relaunch again. Click Done again.
- Voila! Minecraft's UI isn't awful anymore!
- CLI to set desktop image for current space: http://osxdaily.com/2015/08/28/set-wallpaper-command-line-macosx/#comments