Le Nguyen The Dat bio photo

Le Nguyen The Dat

~ Data Science & Engineering

Twitter Facebook LinkedIn Github

This is my OS X setup. There are many like it, but this one is mine.

Alfred v2 - alfredapp.com

I have been using Alfred for a good while as a Spotlight alternative. Alfred v2 gives a lot of customization and features for the end user comparing to OS X’s spotlight. image

XtraFinder - trankynam.com/xtrafinder

The one and only true finder for OS X. image

Divvy - mizage.com/divvy

Simply for windows management. image

USB Overdrive - www.usboverdrive.com

USB Overdrive gives me ability to remove mouse’s acceleration and customizing mouse buttons. image

OS X Keyboard Shortcuts

I’m thankful this was built-in into OS X, allowing me to set hotkeys for any OS X application. image

Spark for Mac - macupdate.com/app/mac/14352/spark

If you use any generic external keyboard that doesn’t have “Mac” shortcuts, this will be very handy. image

HomeBrew - brew.sh

The one and only OS X’s package manager. image

Coloring my terminal

# Put these into your ~/.bash_profile
export TERM="xterm-color"
PS1="\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] "
export CLICOLOR='true'
export LSCOLORS="gxfxcxdxbxegedabagacad"
export GREP_OPTIONS='--color=auto'

image

Git shortcuts - madebynathan.com

Once installed and used these, I can’t never go back. image