Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xgames123/tinyscripts

A bunch of tiny shell scripts. Most are for linux.
https://github.com/xgames123/tinyscripts

Last synced: 1 day ago
JSON representation

A bunch of tiny shell scripts. Most are for linux.

Awesome Lists containing this project

README

        

>### Move to dotfiles
> this project is moved to my [dotfiles](https://codeberg.org/ldev105/dotfiles)
>

# tinyscripts
A bunch of tiny shell scripts. Most are for Linux.

Some scripts have a comment for help, dependency information

NOTE: If a script doesn't work try opening it and checking if dependencies are installed

## Install
### Windows
1. Clone the repo to somewhere
2. Run this in a administrator shell ```Set-ExecutionPolicy unrestricted```
3. Run ```./win-install.ps1``` (also in admin shell)
4. Reboot

### Debian/Ubuntu (Not inplemented yet)
1. Clone the repo to somewhere
2. Run ```./deb-install.sh```

### Arch
1. Clone the repo to somewhere
2. Run ```makepkg --syncdeps --install ``` NOTE: make shure you are in the directory you just cloned