Skip to content

Instantly share code, notes, and snippets.

View p3nj's full-sized avatar
🙏
Don't think, feeeeeeeeeeeeel

p3nj p3nj

🙏
Don't think, feeeeeeeeeeeeel
View GitHub Profile
@queeup
queeup / Nix_package_manager_on_Fedora_Silverblue.md
Last active October 25, 2024 18:19
Nix package manager install (single user) on Fedora Silverblue

Nix package manager on Fedora Silverblue

Install nix

curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | \
    sh -s -- install ostree --no-confirm --persistence=/var/lib/nix

Fix sudo

@matthewpi
matthewpi / README.md
Last active September 21, 2024 02:39
Nix on Fedora

NixOS on Fedora

Please note that these instructions are not offically supported or condoned by Nix and are not guaranteed to always work, but from my testing everything seems to work perfectly fine.

These steps may not be required if NixOS/nix#2374 is resolved.

SELinux

These commands are required for both Fedora Workstation and Fedora Silverblue

@ryo-ARAKI
ryo-ARAKI / starship.toml
Last active December 2, 2024 21:16
Starship configuration file
# ~/.config/starship.toml
[battery]
full_symbol = "🔋"
charging_symbol = "🔌"
discharging_symbol = ""
[[battery.display]]
threshold = 30
style = "bold red"
@p3nj
p3nj / triggerbot
Created June 27, 2015 11:34
simplest triggerbot in csgo base code.
int CrossID;//this variable stores the current CrosshairID
//add the current base and offsets here, ReadAddress is my custom ReadProcessMemory function. You have to find your own online or create it yourself to RPM!
CrossID = ReadAddress(process, base+offsets);
if (CrossID != 0 ) //if there is something in the Crosshair
{
this.BackColor = Color.Green;//just to see if it works