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
for region in $(aws ec2 describe-regions --region eu-west-1 | jq -r .Regions[].RegionName); do | |
echo "* Region ${region}" | |
# get default vpc | |
vpc=$(aws ec2 --region ${region} \ | |
describe-vpcs --filter Name=isDefault,Values=true \ | |
| jq -r .Vpcs[0].VpcId) | |
if [ "${vpc}" = "null" ]; then | |
echo "No default vpc found" |
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 the joining config | |
exec autoexec_servers.cfg | |
////// crosshair http://csgocrosshairs.com/teams | |
cl_crosshair_drawoutline 0 | |
cl_crosshairalpha 999 | |
cl_crosshaircolor 1 | |
cl_crosshairdot 0 | |
cl_crosshairgap -1 | |
cl_crosshairgap_useweaponvalue 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
## font | |
https://github.com/tonsky/FiraCode/wiki/VS-Code-Instructions | |
## global config | |
{ | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 13, |
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
brew install \ | |
bash \ | |
zsh \ | |
make \ | |
openssh \ | |
git \ | |
coreutils \ | |
findutils \ | |
gnu-sed \ | |
gnu-tar \ |
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
#!/usr/bin/env sh | |
adduser --disabled-password --gecos "" neel | |
echo 'neel ALL=(ALL) NOPASSWD:ALL' | sudo EDITOR='tee -a' visudo | |
sudo -u neel mkdir -p /home/neel/.ssh | |
sudo -u neel curl https://github.com/rdkr.keys -o /home/neel/.ssh/authorized_keys |
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
### Keybase proof | |
I hereby claim: | |
* I am rdkr on github. | |
* I am rdkr (https://keybase.io/rdkr) on keybase. | |
* I have a public key whose fingerprint is BBC1 514B 34CF B0F1 0231 280F 2FC3 6F0E F788 7127 | |
To claim this, I am signing this object: |