Generate example configuration (fix #198)

This commit is contained in:
Roey Darwish Dror
2019-08-22 22:08:28 +03:00
parent 12badf922f
commit be8b726846
4 changed files with 48 additions and 40 deletions

19
config.example.toml Normal file
View File

@@ -0,0 +1,19 @@
# Additional git repositories to pull
#git_repos = [
# "~/src/*/",
# "~/.config/something"
#]
# Same options as the command line flag
#disable = ["system", "emacs"]
# List of remote machines with Topgrade installed on them
#remote_topgrades = ["toothless", "pi", "parnas"]
# Commands to run before anything
#[pre_commands]
#"Emacs Snapshot" = "rm -rf ~/.emacs.d/elpa.bak && cp -rl ~/.emacs.d/elpa ~/.emacs.d/elpa.bak"
# Custom commands
#[commands]
#"Python Environment" = "~/dev/.env/bin/pip install -i https://pypi.python.org/simple -U --upgrade-strategy eager jupyter"