Skip to content

mattaschmann/dotfiles

Repository files navigation

Installation

Clone the repository

git clone https://github.com/mattaschmann/dotfiles.git
cd dotfiles

Install brew

Homebrew is used to install many of the applications used by these configs.

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Run brew bundle

Homebrew Bundle is used to install a preset list of homebrew packages.

brew bundle -v

Run the install script

The installation is provided by DotBot.

./install

This will download the necessary files from the dotbot repo and install all the links depending on how the install.conf.yaml file is setup.

Attributions

DotBot

DotBot is the excellent bootstrap utility I used to automate the installation.

Terminfo

I've pretty much copied the terminfo information from here, provided by Greg Hurrell