From 3f2b09f8ed61aa8b61f06baa22e53a2d51e882df Mon Sep 17 00:00:00 2001 From: Jeffrey Serio <23226432+hyperreal64@users.noreply.github.com> Date: Sat, 30 Mar 2024 04:07:57 -0500 Subject: [PATCH] Use README.org --- README.md | 10 ---------- README.org | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 README.md create mode 100644 README.org diff --git a/README.md b/README.md deleted file mode 100644 index 1b26bc5..0000000 --- a/README.md +++ /dev/null @@ -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. diff --git a/README.org b/README.org new file mode 100644 index 0000000..a678283 --- /dev/null +++ b/README.org @@ -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]].