/dotfiles-old

.files, including ~/.osx — sensible hacker defaults for OS X

Primary LanguageShell

Franco’s dotfiles

This are my personal dotfiles.

Installation

git clone https://github.com/franco/dotfiles ~/.dotfiles

...

Custom keyboard layout

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.

Manual steps when migrating to a new computer

  • 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}