Organized by dotbot
cd ~ && git clone https://github.com/mmalohlava/dotfiles/ .dotfiles && cd .dotfiles && ./install
Note: The install
script is merely a shim that checks out the appropriate
version of Dotbot and calls the full Dotbot installer. By default, the script
assumes that the configuration is located in install.conf.yaml
the Dotbot
submodule is located in dotbot
. You can change either of these parameters by
editing the variables in the install
script appropriately.
Setting up Dotbot as a submodule or subrepo locks it on the current version.
You can upgrade Dotbot at any point. If using a submodule, run git submodule update --remote dotbot
, substituting dotbot
with the path to the Dotbot
submodule; be sure to commit your changes before running ./install
, otherwise
the old version of Dotbot will be checked out by the install script. If using a
subrepo, run git fetch && git checkout origin/master
in the Dotbot directory.