2019-12-05 10:23:56 -05:00
|
|
|
# Additional git repositories to pull
|
|
|
|
git_repos = [
|
|
|
|
# "~/Documents/Projects/*/",
|
|
|
|
"~/Documents/Git/*/"
|
|
|
|
]
|
|
|
|
|
|
|
|
# Same options as the command line flag
|
|
|
|
#disable = ["atom", "tmux"]
|
|
|
|
|
|
|
|
# List of remote machines with Topgrade installed on them
|
|
|
|
#remote_topgrades = ["toothless", "pi", "parnas"]
|
|
|
|
|
2019-12-05 10:36:37 -05:00
|
|
|
no_retry = true
|
|
|
|
yay_arguments = "--noconfirm"
|
|
|
|
|
2019-12-05 10:23:56 -05:00
|
|
|
# Arguments to pass SSH when upgrading remote systems
|
|
|
|
#ssh_arguments = "-o ConnectTimeout=2"
|
|
|
|
|
|
|
|
# Arguments to pass Git when pulling Repositories
|
|
|
|
git_arguments = "--rebase --autostash"
|
|
|
|
|
|
|
|
# Do not set the terminal title
|
|
|
|
#set_title = false
|
|
|
|
# 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"
|
|
|
|
[commands]
|
|
|
|
"RetroArch" = "RA-Update.sh"
|
2019-12-05 10:36:37 -05:00
|
|
|
|