1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-02-23 14:12:33 +01:00
2020-07-12 22:07:01 +10:00
2020-07-12 21:54:41 +10:00
2020-07-12 22:07:01 +10:00

cadmus

Shell Scripts to Facilitate Effective Note Taking

Installation

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 add https://github.com/RyanGreenup/cadmus    
fi

command -v stow >/dev/null 2>&1 || { echo >&2 "I require stow but it's not installed.  Aborting."; exit 1; }
stow -t $HOME -S cadmus

Dependencies

R highlight node nvim fzf code sk rg perl stow [python] tmsuAUR ranger mdcatAUR xclip sd fd sed cut grep find GNU realpath

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