Skip to content

collection of home directory configuration files used across multiple unix-based systems

Notifications You must be signed in to change notification settings

elasticdog/dotfiles

Repository files navigation

dotfiles

A collection of home directory configuration files used across multiple Unix-based systems; managed via chezmoi.

Usage

See: https://www.chezmoi.io/user-guide/command-overview/

Bootstrap macOS

  1. Open the Terminal.app terminal emulator application.

  2. Install Homebrew by running the command:

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

    $ brew install chezmoi
    
  4. Initialize and apply all configuration files using chezmoi:

    $ chezmoi init --apply https://github.com/elasticdog/dotfiles.git
    
  5. Install additional system software using the Homebrew bundle configuration file:

    $ brew bundle install --file ~/.config/homebrew/Brewfile
    

Manual Configuration Steps

Some things are not currently automated for my setup...

Firefox Extensions

About

collection of home directory configuration files used across multiple unix-based systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published