Skip to content

Dotfiles to set up a macOS environment to my liking

License

Notifications You must be signed in to change notification settings

denkristoffer/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]
  • git config -f ~/.gitconfig.local user.signingkey "ssh-ed25519 ..."