Skip to content

Instantly share code, notes, and snippets.

@azakin3
azakin3 / csgo-autoexec.cfg
Created July 7, 2017 12:56 — forked from gokselgoktas/csgo-autoexec.cfg
The autoexec.cfg script I use in Counter-Strike: Global Offensive
clear
developer 1
con_enable 1
rate 128000
cl_cmdrate 128
cl_updaterate 128
@azakin3
azakin3 / arch.sh
Created September 12, 2016 06:31 — forked from eddmann/arch.sh
Arch Setup (with Awesome)
wifi-menu
ping www.google.com
# setup disk partitions
cfdisk.
# format disk partitions
lsblk /dev/sda
mkfs.ext4 /dev/sda1
mkfs.ext4 /dev/sda2