mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
chore: state before home update
This commit is contained in:
@@ -22,6 +22,8 @@ in
|
||||
};
|
||||
|
||||
pre_commands = {
|
||||
"Git pull before system flake update " = "cd ${system_path} && git pull";
|
||||
"Git pull before home flake update " = "cd ${home_path} && git pull";
|
||||
"Git commit before system flake update" =
|
||||
"cd ${system_path} && git add -A && git commit -m 'chore: state before system update'";
|
||||
"Git commit before home flake update" =
|
||||
|
||||
Reference in New Issue
Block a user