dotfiles

Personal dotfiles
git clone git://git.laack.co/dotfiles.git
Log | Files | Refs

config.json (205B)


      1 {
      2 	"noteDirs": [
      3 		"$HOME/.notes"
      4 	],
      5 	"todoFiles": [
      6 		"$HOME/gitRepos/personal-notes/todo/work.md",
      7 		"$HOME/gitRepos/personal-notes/todo/school.md",
      8 		"$HOME/gitRepos/personal-notes/todo/other.md"
      9 	]
     10 }