Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xgames123/tinyscripts
- Owner: Xgames123
- License: mit
- Created: 2023-08-10T09:11:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-24T14:57:04.000Z (10 months ago)
- Last Synced: 2024-01-24T15:58:45.108Z (10 months ago)
- Language: Shell
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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