diff --git a/README b/README new file mode 100644 index 0000000..4bfa5d2 --- /dev/null +++ b/README @@ -0,0 +1,17 @@ +What is this? +============= + +A collection of shell scripts that I use to make usage of my weird setup +more comfortable. Some of these are just generally interesting/useful and +some I use daily. + +Most of these scripts assume that /bin/sh points to a POSIX compliant shell. +Scripts that assume /bin/bash assume this path points to Bash. + +Are merge requests/issue tickets paid any attention here? +========================================================= + +Yes. Alternatively yoiu can email me at dev@shockrah.xyz. + + + diff --git a/readme.md b/readme.md deleted file mode 100644 index 096a7d5..0000000 --- a/readme.md +++ /dev/null @@ -1,33 +0,0 @@ -# What is this? - -A collection of shell scripts that I use with dmenu to make my life easier. - -Right now most of them are filled with basisms but thats slowly changing overtime. - -## I have a cool script too can I contribute it here? - -Of course! [Submit a merge request](https://docs.gitlab.com/ee/gitlab-basics/add-merge-request.html) or just email the file(s) to my email `alejandros714@protonmail.com`. - -## TODO - -Scale 1 - 3 - -* 0 = High priority -* 5 = Low priority - -Breakdown of scale via - -``` -1: Something is broken to the point of not being usable -2: Issue which affects safety or usually has something to do with really awkward usage -3: Minor pain that doesn't really hurt but is nice to have gone -``` - -usbm 3 - -* Remove necessity for root - -Wifi 2 - -* Get some kind of security for network configs -* Alternative wrapper for nmcli would also be nice