Skip to content

Instantly share code, notes, and snippets.

View emseh's full-sized avatar

Andrian Rizki emseh

  • Everywhere
  • Bandung
View GitHub Profile
@emseh
emseh / autoexec.cfg
Last active September 28, 2025 12:57
CS2 autoexec.cfg
// =======================
// PERFORMANCE & ENGINE
// =======================
vprof_off // Disable performance profiler overlay
engine_low_latency_sleep_after_client_tick true // Low-latency mode
fps_max 150 // Limit max FPS
mm_dedicated_search_maxping 150 // Max matchmaking ping
snd_mixahead 0.001 // Lower audio latency
r_fullscreen_gamma 2.1 // Screen gamma setting
r_show_build_info false // Hide build info text
@emseh
emseh / initialize.sh
Created January 12, 2022 17:07
Ubuntu Termux Setup
apt install sudo apt-utils bash-completion dialog man-db
@emseh
emseh / initializing.sh
Last active November 21, 2021 16:51
Ubuntu Initializing on Termux
apt update && apt upgrade -y
apt install apt-utils sudo bash-completion dialog -y
sudo apt install man-db ca-certification -y
sudo apt install nano vim ubuntu-minimal neofetch -y