/dotfiles

Package and config management for my personal setup.

Primary LanguageVim ScriptApache License 2.0Apache-2.0

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