Skip to content

Instantly share code, notes, and snippets.

@fenderstic
Last active December 6, 2015 02:10
Show Gist options
  • Save fenderstic/ed58aa7d9f3b4c21a6c1 to your computer and use it in GitHub Desktop.
Save fenderstic/ed58aa7d9f3b4c21a6c1 to your computer and use it in GitHub Desktop.
DevelopmentEnvironmentForOsx

Preface

My all time has been spent on MICROSOFT WINDOWS. However, at home, apple-farm is waiting for me. Before going inside, I need to annouce my preference lean to hit keyboards than mouse : )

Better Touch Tool (1.44 is up-to date, for me)

Most people talk it, it's must-have item for track-pad-control. But for me, it's the best utility for making SHORT-KEYs.

A control of window for dual monitors

You might see 'Keyboard' menu on the main window of BTT(Better Touch Tool). Please click it. You found 'Add new short cut' which make your SHORT-KEYs.

  • Move Window To Next Monitor (Window Resize & Move) - COMMAND + ALT + ENTER
  • Resize window to Left Third (Window Resize & Move) - COMMAND + ALT + LEFT ARROW
  • Resize window to Right Third (Window Resize & Move) - COMMAND + ALT + RIGHT ARROW

Bash profile

~/.bash_profile

~/.bashrc is not read automatically. So, please make ~/.bash_profile and add

## ~/.bashrc (It'll be added soon with more fancy utils)
``` alias ls='ls -G'
alias grep='grep --color=always'

# VIM 
## Environment structure
## ~/.vimrc
## ctags
## cscope

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment