dotfiles: add interactive pi planner workflow

This commit is contained in:
Rasyidan Akbar F. 2026-03-12 16:54:57 +07:00
commit 5e01e2e44f
15 changed files with 1472 additions and 108 deletions

View file

@ -6,3 +6,9 @@ source /usr/share/cachyos-fish-config/cachyos-config.fish
# # smth smth
#end
alias dotfiles='git --git-dir=/home/rsydn/.dotfiles/ --work-tree=/home/rsydn'
set -gx PATH ~/.npm-global/bin $PATH
set -gx PATH ~/.npm-global/bin $PATH
if status is-interactive
direnv hook fish | source
end