/dotfiles

Configurations, dotfiles, ...

Primary LanguageShellMIT LicenseMIT

dotfiles

This is a repository containing most of my configurations. They are tangled with the CLI tool md-tangle.

Configurations

Tangle

Install md-tangle:

python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install md-tangle

Next time you only need to run source .venv/bin/activate

Now you can tangle the file want by e.g.:

md-tangle configurations/bin.md

Or update the sources with:

./build.sh

To exit the virtual environment:

deactivate

Source

The tangled source can be found here.