This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"asi": false, | |
"bitwise": true, | |
"boss": false, | |
"browser": true, | |
"browserify": false, | |
"camelcase": false, | |
"couch": false, | |
"curly": true, | |
"debug": false, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/**********************************************/ | |
/* | |
/* 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/ | |
/* |