Skip to content

Instantly share code, notes, and snippets.

@hamaney
hamaney / SetUp.sh
Last active January 28, 2018 09:35
the way i set up my mac for new system
#!/bin/bash
# to wait for certain lines to excute
function pause(){
read -p "$*"
}
#show hidden files
defaults write com.apple.finder AppleShowAllFiles YES
killall Finder