scripts/README.md

14 lines
421 B
Markdown
Raw Permalink Normal View History

2021-03-08 18:23:27 +00:00
# scripts
2021-03-17 13:55:27 +00:00
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
2021-03-17 13:56:44 +00:00
> && makepkg -si
2021-03-17 13:55:27 +00:00
# other distributions (portable)
> git clone https://tildegit.org/JaydenMW/scripts
# to install
> sudo mv * /usr/bin [or other directory]