Return to the Mac
I'm working on my Mac again and have fresh install OSX Sierra.
These are the issue's I've hit so far.
Terminal
Meta-b shows ∫ instead of navigating back a word
Enable Use option as Meta
~/.bashrc alias
alias ls='ls -GF' alias ll='ls -la'
Apps
Open SSH not included
Install via homebrew with links
Wrapping a exe to run under mono
#!/bin/sh mono --runtime=v4.0 /projects/third-party/bin/nuget.exe $*
Select Window and Alert Box button Control with the Keyboard
System Preferences -> Keyboard -> Shortcuts -> Full Keybaord Access -> (check) All controls
Terminal copy to clipboard
echo "Hello World!" | pbcopy
Kill finder
Add a Quit to the finder menu items
defaults write com.apple.finder QuitMenuItem -bool YES