/dotfiles

Primary LanguageShell

dotfiles

https://github.com/bashdot/bashdot

Install

MacOS Homebrew

brew tap bashdot/tap
brew install bashdot

Quick Start

  1. Create your initial profile directory, in this example, default.

    mkdir default
  2. Add any files you would like symlinked into your home directory. For example:

    echo 'set -o vi' > default/env

    Note, bashdot prepends a dot, in front of the filename, to the linked file.

  3. Install the profile.

    bashdot install default

    The above file default/env will now be linked to ~/.env.

  4. Continue adding your dotfiles.

    mv ~/.bashrc default/bashrc