scripts/README.md

421 B

scripts

These are some useful scripts that I wrote in bash.

arch linux installation

To install for arch linux, run these commands below. (go into an emtpty directory first)

wget https://tildegit.org/JaydenMW/scripts/raw/branch/main/arch-pkgbuild/PKGBUILD && makepkg -si

other distributions (portable)

git clone https://tildegit.org/JaydenMW/scripts

to install

sudo mv * /usr/bin [or other directory]