add todo
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
vscode
|
||||
spotify
|
||||
obsidian
|
||||
lmstudio
|
||||
# lmstudio
|
||||
plantuml
|
||||
# amnezia-vpn
|
||||
btop
|
||||
@@ -20,6 +20,7 @@
|
||||
wl-clipboard
|
||||
tesseract
|
||||
syncthing
|
||||
todo
|
||||
];
|
||||
|
||||
services.syncthing = { enable = true; };
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
set -euo pipefail
|
||||
|
||||
|
||||
|
||||
REPO_DIR="$HOME/Documents/Github/nixos-config"
|
||||
cd "$REPO_DIR" || { echo "Error: cannot change directory to $REPO_DIR" >&2; exit 1; }
|
||||
|
||||
|
||||
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user