Skip to content

Instantly share code, notes, and snippets.

View bigyank's full-sized avatar
:octocat:

Bigyan Koirala bigyank

:octocat:
View GitHub Profile
@bigyank
bigyank / README.md
Created April 25, 2021 11:00 — forked from TheBinitGhimire/README.md
Getting an AWS Educate account with $100 worth of cloud credits!
@bigyank
bigyank / github-troll.md
Created October 27, 2020 15:27 — forked from lrvick/github-troll.md
Trolling Github's DMCA repo with their own security flaws.
@bigyank
bigyank / ContextCmder-Disable.reg
Created March 30, 2020 07:00 — forked from jojobyte/ContextCmder-Disable.reg
Cmder Context (Right-Click) Menu for Windows 7, 8 & 10
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder]
[-HKEY_CLASSES_ROOT\Directory\shell\Cmder]
@bigyank
bigyank / chocolaty script
Last active September 21, 2020 09:00
script to get essential programs after fresh windows install
if (!([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")) { Start-Process powershell.exe "-NoProfile -ExecutionPolicy Bypass -File `"$PSCommandPath`"" -Verb RunAs; exit }
echo "starting"
$Packages = 'vscode',
'git',
'vscode-settingssync',
'7zip',
'anki',
'notepadplusplus',
@bigyank
bigyank / csgo auto exec file
Last active October 28, 2019 09:51
my config for auto exec
echo Config Loaded!!! (1/2) //This confirms that the config has been loaded
// 1. Main Settings
con_enable "1" //Enables Console
gameinstructor_enable "0" //Removes in-game instructions
cl_showhelp "0" //Removes on-screen help
cl_autohelp "0" //Removes automatic help
cl_disablefreezecam "1" //Disables Freezecam
cl_disablehtmlmotd "1" //Removes "Message of the day" page when joining a server