/list-notes

note taking system using unix (bash and vim)

Primary LanguageShell

Installation

mkdir ~/lists

cp bin/* ~/bin/

cp .listrc ~/

cp vim-lists ~/.vimbundles # if you use pathogen

echo 'au BufNewFile,BufRead,BufReadPost set ft=lists syntax=lists' >>~/.vimrc