This commit is contained in:
2025-11-30 00:17:10 +03:00
parent 8736b50e04
commit 55f72bfd7c
4 changed files with 11 additions and 3 deletions
+7 -1
View File
@@ -9,7 +9,8 @@
(writeShellScriptBin "move_avatar" (builtins.readFile ./move_avatar.sh))
(writeShellScriptBin "next_wallpaper"
(builtins.readFile ./next_wallpaper.sh))
(writeShellScriptBin "update_git_config" (builtins.readFile ./update_system_from_git.sh))
(writeShellScriptBin "update_git_config"
(builtins.readFile ./update_system_from_git.sh))
zsh-powerlevel10k
fzf
fd
@@ -98,6 +99,11 @@
mv_w = "move_wallpaper";
next_w = "next_wallpaper";
mv_avatar = "move_avatar";
t = "todo";
ta = ''f() { todo add "$@"; todo; unset -f f; }; f'';
tr = ''f() { todo rm "$@"; todo; unset -f f; }; f'';
td = ''f() { todo done "$@"; todo; unset -f f; }; f'';
};
initContent = ''