Skip to content

Instantly share code, notes, and snippets.

View josephkokchin's full-sized avatar
📊
Learning

Joseph Goh josephkokchin

📊
Learning
View GitHub Profile
@josephkokchin
josephkokchin / mac-tweaks.md
Created December 8, 2019 16:35 — forked from koenbok/mac-tweaks.md
My Favorite Mac Tweaks

Skip verifying disk images

defaults write com.apple.frameworks.diskimages skip-verify true

Always hide the Desktop

defaults write com.apple.finder CreateDesktop false; killall Finder

Make terminal logins fast

touch ~/.hushlogin

Disable most animations

@josephkokchin
josephkokchin / README-Template.md
Created December 2, 2019 07:41 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites