Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1015 Bytes

File metadata and controls

37 lines (26 loc) · 1015 Bytes

Dotfiles

OS X configuration files. There's no place like ~/.

Installation

$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
$ mkdir -p ~/src/btp
$ git clone https://github.com/BarryThePenguin/dotfiles.git ~/src/btp/dotfiles
$ cd ~/src/btp/dotfiles
$ brew bundle --file stow/Brewfile
$ mise dotfiles:install

Includes

See also

License

MIT © Jonathan Haines