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.
- Host: GitHub
- URL: https://github.com/redstonewizard08/scripts
- Owner: RedstoneWizard08
- License: mit
- Created: 2022-02-25T19:12:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T21:41:20.000Z (over 2 years ago)
- Last Synced: 2025-01-14T22:29:57.004Z (12 months ago)
- Language: Shell
- Homepage: https://redstonewizard08.github.io/Scripts/
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```