Skip to content

Latest commit

History

History
43 lines (31 loc) 路 1.17 KB

README.markdown

File metadata and controls

43 lines (31 loc) 路 1.17 KB

fresh ~/.dotfiles

Installation

FRESH_LOCAL_SOURCE=twe4ked/dotfiles bash -c "`curl -sL get.freshshell.com`"
chsh -s /bin/zsh # Default on MacOS

My dotfiles are managed by fresh.

Extras

# Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew bundle

# Git config
git config -f ~/.gitconfig.local user.name "Odin Dutton"
git config -f ~/.gitconfig.local user.email "odindutton@gmail.com"

TODO

Notes

Use an & to in Vim substitutions:

:%s/foo_bar/&_baz/g