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
- Host: GitHub
- URL: https://github.com/denkristoffer/dotfiles
- Owner: denkristoffer
- License: mit
- Created: 2014-04-21T10:54:59.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2025-09-21T19:08:37.000Z (9 months ago)
- Last Synced: 2025-09-21T21:11:37.646Z (9 months ago)
- Topics: dotfiles, macos, shell
- Language: Shell
- Homepage:
- Size: 315 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ..."`