No description
Find a file
2025-02-04 16:56:59 +00:00
dev-env.sh Added: setup-dev-env.sh should install everything I need/want, added the first taste of graphs from the todo list, probably would have to be it's own script though 2025-02-04 16:56:59 +00:00
README.md Added: base tmux env 2025-01-29 16:55:33 +00:00
setup-dev-env.sh Added: setup-dev-env.sh should install everything I need/want, added the first taste of graphs from the todo list, probably would have to be it's own script though 2025-02-04 16:56:59 +00:00

dev-env

requirements

$TODOTXTPATH needs to be set to your todo.txt path.
export TODOTXTPATH=~/todo.txt
$VIMWIKIPATH needs to be set to your vim wiki path.
export VIMWIKIPATH=~/wiki
$MYVIMRC needs to be set to your vimrc path.
export MYVIMRC=~/.vimrc

usage

  • ./dev-env.sh xn -> extract notes
  • ./dev-env.sh sn -> store notes
  • ./dev-env.sh tmux -> open default tmux env