/README.md
https://github.com/csauve/env-common · Markdown · 30 lines · 23 code · 7 blank · 0 comment · 0 complexity · ef9a5daeac721bd09467d2f109ab2880 MD5 · raw file
- # 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](https://github.com/madmalik/mononoki).
- ## dependencies
- * [ttf-font-awesome-4](https://aur.archlinux.org/packages/ttf-font-awesome-4/)
- * [fd](https://github.com/sharkdp/fd)
- * [exa](https://github.com/ogham/exa)
- * [skim](https://github.com/lotabout/skim)
- * [ripgrep](https://github.com/BurntSushi/ripgrep)
- * [bat](https://github.com/sharkdp/bat)
- ## example includes
- ### ~/.bashrc
- ```sh
- source ~/env-common/.bashrc
- source ~/env-specific/.bashrc
- ```
- ### ~/.gitconfig
- ```
- [include]
- path = env-common/.gitconfig
- path = env-specific/.gitconfig
- ```