Use README.org

This commit is contained in:
Jeffrey Serio 2024-03-30 04:07:57 -05:00
parent 0752be6c53
commit 3f2b09f8ed
2 changed files with 10 additions and 10 deletions

View File

@ -1,10 +0,0 @@
# bin
This gets cloned into my user's home directory at ~/bin:
``` shell
cd ~
git clone https://tildegit.org/hyperreal/bin ~/bin
```
Most of these scripts utilize [gum](https://github.com/charmbracelet/gum), so it would need to be installed on the system for the scripts to run.

10
README.org Normal file
View File

@ -0,0 +1,10 @@
#+title: bin
Assorted shell and Python scripts. This is cloned into my user's home directory at ~~/bin~.
#+begin_src shell
cd ~
git clone https://codeberg.org/hyperreal/bin
#+end_src
A lot of these scripts use [[https://github.com/charmbracelet/gum][gum]].