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
export PATH="/Users/ethantrawick/.composer/vendor/bin:~/.node/bin:/usr/bin/xmllint:/usr/bin/php:/usr/local/bin/jshint:/usr/local/bin/csslint:/usr/bin/tidy:/usr/local/bin/bootlint:/Users/ethantrawick/GitHub/GLuaFixer/result/bin:/Users/ethantrawick/Library/Python/3.7/bin:/Users/ethantrawick/Library/Python/3.7:~/.local/bin:$PATH" | |
#load id_rsa so we don't need a passpharse for every action. | |
ssh-add -A 2>/dev/null; | |
#case $- in | |
# *i*) source ~/.bashrc | |
#esac | |
#export HOST="local.dev" |
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
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
export PATH="/Users/ethantrawick/.composer/vendor/bin:~/.node/bin:/usr/bin/xmllint:/usr/bin/php:/usr/local/bin/jshint:/usr/local/bin/csslint:/usr/bin/tidy:/usr/local/bin/bootlint:/Users/ethantrawick/GitHub/GLuaFixer/result/bin:/Users/ethantrawick/Library/Python/3.7/bin:/Users/ethantrawick/Library/Python/3.7:~/.local/bin:$PATH" | |
# Path to your oh-my-zsh installation. | |
export ZSH=/Users/ethantrawick/.oh-my-zsh | |
# Set name of the theme to load. Optionally, if you set this to "random" | |
# it'll load a random theme each time that oh-my-zsh is loaded. | |
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes |
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
{ | |
"Profiles": [ | |
{ | |
"Ansi 3 Color" : { | |
"Green Component" : 0.73333334922790527, | |
"Red Component" : 0.73333334922790527, | |
"Blue Component" : 0 | |
}, | |
"Tags" : [ |
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
"VideoConfig" | |
{ | |
"setting.cpu_level" "2" | |
"setting.gpu_level" "3" | |
"setting.mat_antialias" "8" | |
"setting.mat_aaquality" "2" | |
"setting.mat_forceaniso" "16" | |
"setting.mat_vsync" "0" | |
"setting.mat_triplebuffered" "0" | |
"setting.mat_grain_scale_override" "0" |
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
sv_cheats 1 | |
fps_max 0 | |
volume 1 | |
voice_enable 0 | |
developer 0 | |
net_graph 0 | |
spec_show_xray 1 | |
spec_hide_players 0 |
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
exec hacks.cfg | |
//Steam ID = STEAM_1:1:3380810 | |
// Launch options: | |
// -novid -tickrate 128 -refresh 144 -nojoy -console +cpu_frequency_monitoring 2 | |
// cpu_frequency_monitoring will help identify if you have CPU overheating/throttling problems | |
// If it drops below 80%-85% You have a problem with airflow/cooling/fans. If it's 55 or below, you have a MAJOR problem. | |
cl_cmdrate 128 |