Topgrade.toml
This commit is contained in:
parent
0bcc47a837
commit
339e3b4f05
2 changed files with 51 additions and 0 deletions
|
@ -70,3 +70,9 @@
|
|||
dest: ~/.config/kitty/kitty.conf
|
||||
state: link
|
||||
|
||||
- name: Lay down topgrade.toml
|
||||
file:
|
||||
src: ~/.dotfiles/topgrade/topgrade.toml
|
||||
dest: ~/.config/topgrade.toml
|
||||
state: link
|
||||
|
||||
|
|
45
topgrade/topgrade.toml
Normal file
45
topgrade/topgrade.toml
Normal file
|
@ -0,0 +1,45 @@
|
|||
# Additional git repositories to pull
|
||||
#git_repos = [
|
||||
# "~/src/*/",
|
||||
# "~/.config/something"
|
||||
#]
|
||||
|
||||
# Disable specific steps - same options as the command line flag
|
||||
disable = ["go"]
|
||||
|
||||
# Run specific steps - same options as the command line flag
|
||||
#only = ["system", "emacs"]
|
||||
|
||||
# Do not ask to retry failed steps (default: false)
|
||||
#no_retry = true
|
||||
|
||||
# Run inside tmux
|
||||
#run_in_tmux = true
|
||||
|
||||
# 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"
|
||||
|
||||
# Arguments to pass tmux when pulling Repositories
|
||||
#tmux_arguments = "-S /var/tmux.sock"
|
||||
|
||||
# Arguments to pass yay when updating packages
|
||||
#yay_arguments = "--nodevel"
|
||||
|
||||
# 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"
|
||||
|
||||
# Cleanup temporary or old files
|
||||
#cleanup = true
|
Loading…
Add table
Reference in a new issue