Learning to use the Mac and what to fix
I recently got my first mac and have been getting used to it, as an Linux and Windows user, there is a bit of things that are missing, here is what I found so far:
- Package manager: Brew
- Terminal: iTerm2
Fixing locale when doing SSH:
sudo vim /etc/ssh/ssh_config # Comment out SendEnv LANG LC_
Installing bash completion:
brew install bash-completion