My humble setup script
Download the script:
curl --remote-name https://github.com/tommypeps/macSetupScript/blob/master/install.sh
Review the script:
less install.sh
Install the script:
chmod +x install.sh
./install.sh
alias lt='ls -lGt'
alias ll='ls -lG'
alias la='ls -la'
alias ip='curl ipecho.net/plain; echo'
alias prettyJson='python -m json.tool'
alias h="history"
alias c="clear"