Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 954 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 954 Bytes

dotfiles

Dotfiles to set up a macOS installation to my liking.

Based on/stolen from:

Installation

  • Sign in to the App Store manually
  • Run git command to prompt for installing developer tools
  • Create $HOME/.local/bin and allow access for your user: mkdir -p $HOME/.local/bin
  • FRESH_BIN_PATH=$HOME/.local/bin FRESH_LOCAL="$HOME/denkristoffer/dotfiles" FRESH_LOCAL_SOURCE=denkristoffer/dotfiles /bin/bash -c "`curl -sL https://get.freshshell.com`"

Manual steps

The system still requires some manual setup after running.

Set name, email and SSH signing key with the following local git config:

  • git config -f ~/.gitconfig.local user.name "John Appleseed"
  • git config -f ~/.gitconfig.local user.email me@users.noreply.github.com
  • git config -f ~/.gitconfig.local user.signingkey "ssh-ed25519 ..."