This are my personal dotfiles.
git clone https://github.com/franco/dotfiles ~/.dotfiles
...
Move the keyboard layout also to /Library/Keyboard Layouts/
. Keyboard layouts in ~/Library/Keyboard Layouts
can't be selected in password dialogs or on the login screen for security reasons.
- Copy keychains
- If using gruvbox colorscheme in nvim download https://github.com/morhetz/gruvbox-contrib/blob/master/iterm2/gruvbox-dark.itermcolors
- Set user's
Login shell
to/usr/local/bin/zsh
(“System Preferences > User & Groups> Advanced Options” (right-click on user)) - Navigate to “Preferences > Profiles > PROFILE >Command > Send text at start” and set it to:
tmux ls && read tmux_session && tmux attach -t ${tmux_session:-default} || tmux new -s ${tmux_session:-default}