scripts/README.md

567 B
Raw Blame History

Scripts

Personal BASH scripts for productivity

Setup

  1. clone the repo
$ git clone git@git.sr.ht:~ayoayco/scripts
  1. Copy config and populate
$ cp example.config ~/.ayo.config
$ vim ~/.ayo.config
  1. update your .bashrc to add an alias for the parent command scripts/ayo.sh

Scripts

  1. ayo - parent command, lists all available scripts or accepts parameters
  2. journal - creates a new journal entry if it doesnt exist yet; opens on editor

Planned

  1. config - create configuration for variables (eg, editor, locations)