Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 386 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 386 Bytes

dotfiles

Homebrew

  1. Install Homebrew:

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  2. Install packages.

    # Set HOMEBREW_BUNDLE_FILE in ~/.bashrc
    brew bundle install

.gitconfig

cp .gitconfig ~/.gitconfig
# Edit the name and email
vim ~/.gitconfig