1
0
mirror of https://github.com/Melon-Bread/gnu-slash-dot-files synced 2024-11-24 16:28:23 -05:00

Added topgrade config

This commit is contained in:
Rain Clark 2019-12-05 10:23:56 -05:00
parent bb610e7aba
commit 03cd876a8a

29
.config/topgrade.toml Normal file
View File

@ -0,0 +1,29 @@
# 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"]
# 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"