mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-02-24 06:32:58 +01:00
cadmus
Shell Scripts to Facilitate Effective Note Taking
Philosophy
Don't replicate work other people have done.
Installation
Use the script that basically does this:
https://raw.githubusercontent.com/RyanGreenup/cadmus/master/install.sh?token=ALM54ERFSACJUIT7D5Q2L7S7CQ4QY | bash
Manually
To install manually, 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
Dependencies
Description
Languages
CSS
64.7%
HTML
24.5%
Shell
7%
JavaScript
3%
R
0.7%
Other
0.1%