An open API service indexing awesome lists of open source software.

https://github.com/denkristoffer/dotfiles

Dotfiles to set up a macOS environment to my liking
https://github.com/denkristoffer/dotfiles

dotfiles macos shell

Last synced: about 2 months ago
JSON representation

Dotfiles to set up a macOS environment to my liking

Awesome Lists containing this project

README

          

# dotfiles

Dotfiles to set up a macOS installation to my liking.

Based on/stolen from:

- https://github.com/freshshell/fresh
- https://github.com/holman/dotfiles
- https://github.com/mathiasbynens/dotfiles

## 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 ..."`