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

https://github.com/redstonewizard08/scripts

Random scripts I made.
https://github.com/redstonewizard08/scripts

Last synced: 10 months ago
JSON representation

Random scripts I made.

Awesome Lists containing this project

README

          

# Scripts
Random scripts I made.

- OpenVSCode Server:
```sh
curl -fsSLO https://raw.githubusercontent.com/RedstoneWizard08/Scripts/main/openvscode.sh && bash openvscode.sh
```
- Rustup System Install:
```sh
curl -fsSL https://raw.githubusercontent.com/RedstoneWizard08/Scripts/main/rustup-system-install.sh | sudo bash
```
- Firewall Script:
```sh
sudo curl -fsSLo "/usr/local/bin/firewall" "https://raw.githubusercontent.com/RedstoneWizard08/Scripts/main/firewall" && sudo chmod a+rx "/usr/local/bin/firewall"
sudo curl -fsSLo "/usr/local/bin/fw" "https://raw.githubusercontent.com/RedstoneWizard08/Scripts/main/firewall" && sudo chmod a+rx "/usr/local/bin/fw"
```
- MacOS GitHub CLI
```sh
curl -fsSL https://tinyurl.com/gh-cli-mac | zsh
# == or ==
curl -fsSL https://redstonewizard08.github.io/Scripts/mac_gh.sh | zsh
```