Skip to content

jidicula/dotfiles

Repository files navigation

Build Codespace Setup

dotfiles

A collection of config dotfiles. All scripts are in script/: helpers end with .sh and scripts to rule them all have no suffix.

Steps

  1. $ xcode-select --install
  2. $ echo "Hostname: " && read -r HOSTNAME && sudo scutil --set ComputerName "$HOSTNAME" && scutil --set HostName "$HOSTNAME" && sudo scutil --set LocalHostName "$HOSTNAME" and restart shell.
  3. Set up your SSH key.
  4. git clone git@github.com:jidicula/dotfiles.git
  5. cd dotfiles
  6. Set up Terminal theme.
  7. script/setup chosen_hostname
  8. Import GPG signing key(s).