Skip to content

Commit 36921a9

Browse files
committed
chore: bacon file to make run with reset easier
1 parent 5c2344c commit 36921a9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

bacon.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# This is a configuration file for the bacon tool
2+
#
3+
# Complete help on configuration: https://dystroy.org/bacon/config/
4+
#
5+
#  You may check the current default at
6+
# https://github.com/Canop/bacon/blob/main/defaults/default-bacon.toml
7+
8+
[jobs.reset-settings-and-run]
9+
command = [
10+
"sh",
11+
"-c",
12+
"./scripts/remove_settings_and_run_with_default.sh",
13+
]
14+
need_stdout = true
15+
allow_warnings = true
16+
background = false
17+
on_change_strategy = "kill_then_restart"
18+
kill = ["pkill", "-TERM", "-P"]
19+
20+
[keybindings]
21+
ctrl-d = "job:reset-settings-and-run"

0 commit comments

Comments
 (0)