-
Hide the dock
-
Remap keyboard shorcuts
- caps lock => control
-
Transfer ssh keys from ~/.ssh
-
Add ssh key to keychain, like this:
- Edit ~/.ssh/config:
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_rsa
- then
ssh-add -K ~/.ssh/id_rsa
-
Change hostname:
sudo scutil --set HostName [NewHostNameHere]
-
Install brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-
Install brew and brew casks
-
Change default shell
$ sudo echo "$(which zsh)" >> /etc/shells
$ chsh -s $(which zsh)
- Install
vcprompt
->bin/vcprompt-install