From 03cd876a8a01c744dd030f82aba5929c2a5a5bbc Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Thu, 5 Dec 2019 10:23:56 -0500 Subject: [PATCH] Added topgrade config --- .config/topgrade.toml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .config/topgrade.toml diff --git a/.config/topgrade.toml b/.config/topgrade.toml new file mode 100644 index 0000000..5a9b721 --- /dev/null +++ b/.config/topgrade.toml @@ -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"