mirror of
https://codeberg.org/hyperreal/bin
synced 2024-11-01 08:33:06 +01:00
Use README.org
This commit is contained in:
parent
0752be6c53
commit
3f2b09f8ed
10
README.md
10
README.md
@ -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
10
README.org
Normal 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]].
|
Loading…
Reference in New Issue
Block a user