elasticdog / dotfiles

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

Home Page:http://elasticdog.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://elasticdog.com/


Languages

Language:Shell 55.7%Language:Vim Script 28.2%Language:KakouneScript 12.8%Language:Lua 1.8%Language:Ruby 1.4%Language:Makefile 0.1%Language:Factor 0.0%