Install and configure your dotfiles with ease.
include dotfilesThe following variables may be automatically overridden with Hiera:
dotfiles::dir: "${boxen::config::srcdir}/dotfiles"
dotfiles::source: "${::github_login}/dotfiles"
# Configure some defaults for your dotfile repository
dotfiles::prefix: "."
dotfiles::suffix: ".symlink"
# Use an array to create symlinks using the default variables
dotfiles::symlinks:
- editorconfig
- zshrc
# Use a hash to be more explicit with individual symlinks (will use defaults too)
dotfiles::symlinks:
zshrc:
prefix: zsh/
suffix: .symlinkboxenrepositorystdlib
Write code. Run script/cibuild to test it. Check the script
directory for other useful tools.