Skip to content

404pilot/.dotfiles

Repository files navigation

dotfiles

How to use it

  1. Install homebrew

  2. Configure a personal ssh key and upload it to github

    # the location will be ~/.ssh/id_rsa_personal
    $ ssh-keygen -C "[email protected]"
    
    # verify it uses the right user
    $ ssh -i ~/.ssh/id_rsa_peronsal -T [email protected]
  3. Install dotfiles

    $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/404pilot/.dotfiles/master/up.sh)" -s -a install_apps -f install_fonts -m update_mac_defaults
  4. Manually install apps

    • karabiner

    • hammerspoon

      • allow notifications under System Preferences / Notifications / Hammerspoon
      • Remember to update name in custom application shortcut mapping
    • iterm2

    • shuttle

  5. Configure ssh keys for work at ~/.ssh/id_rsa_work

Other Applications