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"