Skip to content

Instantly share code, notes, and snippets.

View nfisherman's full-sized avatar

nfisherman

View GitHub Profile
@nfisherman
nfisherman / install.sh
Created May 24, 2024 07:57
AeroThemePlasma Debian install script
#!/usr/bin/env bash
# Somewhat automatic install script for AeroThemePlasma
# This installer is a WIP and doesn't do much other than
# copy files to their intended locations.
# Rough modification for Debian support.
# Read INSTALL.md for more information.
# wackyideas 2024, https://gitgud.io/wackyideas/aerothemeplasma
# Defining some useful paths
@nfisherman
nfisherman / infinity.desktop
Last active April 3, 2024 23:35
.desktop file for Flashpoint Infinity (https://flashpointarchive.org/)
[Desktop Entry]
Version=1.0
Name=Flashpoint Infinity
Comment=Flashpoint Archive is a community effort to preserve games and animations from the web.
Type=Application
Terminal=false
Exec=flashpoint %U
Icon=/path/to/icon/org.flashpointarchive.infinity.ico
Categories=Game;
Keywords=game;flashplayer;flash;
@nfisherman
nfisherman / start-all.ps1
Last active March 8, 2023 07:32
Powershell script to start up BungeeCord servers
# BungeeCord Multi-Server Starter - 03/08/2023
# © 2023 WTFPL
#################
### Variables ###
#################
# The name of the script that starts the server
[string]$START = "start.ps1"