Skip to content

tommypeps/macSetupScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Mac setup script

My humble setup script

Install

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

Utils

Alias

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"

Apps

Plugins

Other apps

References:

Releases

No releases published

Packages

No packages published

Languages