Skip to content

Instantly share code, notes, and snippets.

View acumming's full-sized avatar

Alec Cumming acumming

View GitHub Profile
@acumming
acumming / deleteVehcleRetaliation.yaml
Created January 16, 2025 14:18
Cyberpunk 2077 - Remove Gang Retailation YAML Tweak
# Remove Gang Retaliation Mod Tweak
# Mod by maojoejoe: https://www.nexusmods.com/cyberpunk2077/mods/19077?tab=description
# Recommendation by Xaliber13 https://www.nexusmods.com/cyberpunk2077/mods/19077?tab=posts
# r6\tweaks\base\gameplay\static_data\database\dynamic_spawn_system\mws_dynamicspawnsystemdata_records.tweak
DynamcSpawnSystem.mini_world_story_gang_chase_voodoo_vehicle_01:
vehicleRecord: None
DynamcSpawnSystem.mini_world_story_gang_chase_voodoo_vehicle_02:
{
"asi": false,
"bitwise": true,
"boss": false,
"browser": true,
"browserify": false,
"camelcase": false,
"couch": false,
"curly": true,
"debug": false,
#!/bin/sh
# Alot of these configs have been taken from the various places
# on the web, most from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'
@acumming
acumming / Custom.css
Created December 8, 2011 18:53 — forked from star-szr/Custom.css
IR_Black Theme (with sidebar and view-source colors) for Chrome Developer Tools
/**********************************************/
/*
/* IR_Black Skin by Ben Truyman - 2011
/*
/* Based on Todd Werth's IR_Black:
/* http://blog.toddwerth.com/entries/2
/*
/* Inspired by Darcy Clarke's blog post:
/* http://darcyclarke.me/design/skin-your-chrome-inspector/
/*