···11# TuxStrap
2233-A modern Bloxstrap alternative for Linux, built with TypeScript and Bun.
33+Something more than an FFlag manager. Built entirely with TypeScript and Bun, this manages your Roblox FastFlags and lets enable/use features which interact with your system using BloxstrapRPC.
4455-- Piggybacks Discord RPC off of Sober
55+- Piggybacks Discord RPC off Sober
66- Event driven so you can make your own plugins
77-- Maybe moddable
88-- Idk what else
77+- More coming soon
98109wip
1010+1111+## How to install:
1212+1313+Add this to your `flake.nix`:
1414+```nix
1515+inputs.tuxstrap.url = "git+https://tangled.sh/@ocbwoy3.dev/tuxstrap";
1616+```
1717+1818+Add this to your configuration:
1919+2020+```nix
2121+environment.systemPackages = [
2222+ inputs.tuxstrap.packages.${pkgs.stdenv.hostPlatform.system}.default
2323+];
2424+```
+2-2
src/index.ts
···35353636 if (helpSwitch) {
3737 console.log(
3838- `TuxStrap - Basically Bloxstrap for Linux!
3838+ `TuxStrap
39394040 List FFlag/Plugin profiles:
4141 \\ttuxstrap --list-plugins
···5555 You can combine profiles together:
5656 \\ttuxstrap +super +unstable -dbus
57575858- GitHub: https://github.com/ocbwoy3/tuxstrap
5858+ GitHub: https://tangled.sh/@ocbwoy3.dev/tuxstrap
5959 `
6060 .replaceAll("\t", "")
6161 .replaceAll("\\t", "\t")