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]].