Skip to content

MRocholl/freiburg_dotfiles

Repository files navigation

dotfiles

Status of automatic dotfiles installation via setup.py:

Build Status

This is a collection of my dotfiles together with an automatic installation script that allows transferring my setup quickly and painlessly to new machines.

Installation

To install a target simply do:

python3 setup.py install TARGET

To list possible targets do:

python3 setup.py install --help

Uninstalling dotfiles with associated packages is also supported:

python3 setup.py uninstall TARGET

If this is too much magic, use --dryrun to have a risk-free peak at what's going on:

python3 setup.py install --dryrun TARGET
python3 setup.py uninstall --dryrun TARGET

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 55.8%
  • Vim Script 24.1%
  • Python 20.1%