This repo contains submodules, to init/fetch, use:
git submodule update --init --recursiveUse GNU Stow to symlink dotfiles. Clone this repo to your home directory and use stow:
$ cd ~/dotfiles
$ stow [PACKAGE]
This will symlink the package's configuration files into the appropriate directories.
To install third-party packages listed in the Brewfile using brew on osx, run:
$ brew bundle
Some additional symlinking may be required to get familiar package names
$ xargs -a <(awk '/^[^# ]/ { print $1 }' Aptfile) -- sudo apt install