Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ptitet/potato
Little utility to boost your potato PC
https://github.com/ptitet/potato
Last synced: 10 days ago
JSON representation
Little utility to boost your potato PC
- Host: GitHub
- URL: https://github.com/ptitet/potato
- Owner: Ptitet
- Created: 2024-04-30T18:46:17.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-07T22:37:32.000Z (6 months ago)
- Last Synced: 2024-10-06T20:43:16.487Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🥔 Potato
Potato is a little utility script to boost yout potato PC / laptop.
This is to be taken as a joke of course, the main purpose of this script is to display funny fake logs of installing weird features that are totally useless or impossible.
# Install
Simply run the install script:
```sh
> sudo ./install
```This will copy potato in `/usr/local/bin/`, which should be in your PATH. If not, simply run the following:
```sh
> export PATH=$PATH:/usr/local/bin
```After that, potato is ready to use ! You can now head over the [how to use](#how-to-use) section.
## Force / Reinstall
If you want to overwrite any existing installation of potato, simply use the `-f` force flag:
```sh
> sudo ./install -f
```## Uninstall
To remove potato, simply delete the potato script located in `/usr/local/bin/`. The installer can handle this for you by running:
```sh
> sudo ./install -r
```# How to use
Typing `potato` with no arguments in your shell will display the global usage :
```sh
> potato
Potato laptop booster
Commands:
add-ram Increase the amount of ram by Gb
enable-shell-rtx Enable ray-traced shell
increase-resolution Change screen resolution to 4K
add-cores Increase CPU core count
add-cpu Add CPUs to the system
add-gpu Add a GPU to the system
increase-disk Increase disk space by Tb
optimize Run various optimizations
```There are several features available, feel free to try them all !