/dotfiles

my dotfiles

Primary LanguagePython

INSTALLATION

Then, the config files can be installed using dotbot install script:

$ ./install

To install apt packages with dotbot's apt plugin:

$ sudo ./install -p dotbot-apt/apt.py -c packages.conf.yaml

To install go packages with dotbot's go plugin:

$ ./install -p dotbot-golang/go.py -c go.conf.yaml

To install rust packages with dotbot's rust plugin:

$ ./install -p dotbot-rust/rust.py -c rust.conf.yaml