1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-02-24 06:32:58 +01:00
2020-07-13 00:50:04 +10:00
2020-07-12 22:16:24 +10:00
2020-07-13 00:50:04 +10:00

cadmus

Shell Scripts to Facilitate Effective Note Taking

Philosophy

  • Be a Front end to tie together different scripts and tools
  • Don't replicate work other people have done.
  • Plain Text, Open Source.

Installation

To install, satisfy the dependencies and do something like this:

cd ~/DotFiles

if [[ -d ".git" ]]; then
    echo "Adding Submodule";
    git submodule add https://github.com/RyanGreenup/cadmus
else echo "Cloning Repository";
    git clone https://github.com/RyanGreenup/cadmus
fi

stow -t $HOME -S cadmus

Usage

Dependencies

Description
No description provided
Readme 29 MiB
Languages
CSS 64.7%
HTML 24.5%
Shell 7%
JavaScript 3%
R 0.7%
Other 0.1%