mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-02-06 06:08:30 +01:00
cadmus
Shell Scripts to Facilitate Effective Note Taking
Installation
cd ~/DotFiles
if [[ -d ".git" ]]; then
echo "Adding Submodule";
git submodule add https://github.com/RyanGreenup/cadmus
else echo "Cloning Repository";
git clone add https://github.com/RyanGreenup/cadmus
fi
command -v foo >/dev/null 2>&1 || { echo >&2 "I require foo but it's not installed. Aborting."; exit 1; }
stow -t $HOME -S cadmus
Description
Languages
CSS
64.7%
HTML
24.5%
Shell
7%
JavaScript
3%
R
0.7%
Other
0.1%