Skip to content

csauve/env-common

Repository files navigation

env-common

This repo contains my common configs for *nix environments. It's intended that these configs are cloned onto the host, and then either symlinked to from their typical location or included by config conventions of the programs using them.

The repo includes a modified version of the Mononoki font.

dependencies

example includes

~/.bashrc

source ~/env-common/.bashrc
source ~/env-specific/.bashrc

~/.gitconfig

[include]
  path = env-common/.gitconfig
  path = env-specific/.gitconfig