Command to run script: iwr shorturl.at/GHJNW | iex
This file contains hidden or 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
# NAME: Proxy | |
# AUTHOR: Yoshintame | |
DOMAIN-SUFFIX,ifconfig.me | |
DOMAIN-SUFFIX,ipinfo.io | |
DOMAIN-SUFFIX,aol.com | |
DOMAIN-SUFFIX,browserleaks.com | |
DOMAIN-SUFFIX,canva.com | |
DOMAIN-SUFFIX,dyson.com | |
DOMAIN-SUFFIX,gravatar.com | |
DOMAIN-SUFFIX,cdninstagram.com |
This file contains hidden or 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
{ | |
:modifiers {:shift {:optional [:right_shift :left_shift]}} | |
:main [{:des "Rotate between QWERTY and COLEMAK" | |
:rules [[:!F#Pleft_control [["qwerty" 1][:noti :layers "QWERTY"]]["qwerty" 0]] | |
[:!F#Pleft_control [["qwerty" 0][:noti :layers "COLMAK"]]["qwerty" 1]]]} | |
{:des "Colemak Layout" | |
:rules [[:condi :!qwerty] | |
[{:key :q :modi :shift} :q][{:key :w :modi :shift} :w][{:key :e :modi :shift} :f][{:key :r :modi :shift} :p][{:key :t :modi :shift} :b][{:key :y :modi :shift} :j][{:key :u :modi :shift} :l][{:key :i :modi :shift} :u][{:key :o :modi :shift} :y][{:key :p :modi :shift} :semicolon] |
This file contains hidden or 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
.main-addButton-button.main-addButton-active svg, | |
.main-addButton-button svg { | |
color: #7700ff !important; | |
} |
This file contains hidden or 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
Set-ExecutionPolicy Unrestricted | |
. { iwr -useb ... } | iex; |
This file contains hidden or 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
Set-ExecutionPolicy Unrestricted | |
. { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force | |
Install-BoxstarterPackage -PackageName https://gist.githubusercontent.com/Yoshintame/4e9f697047693f5f9d3692e4789c96cb/raw/90a8ebbc7c2a9b3451d658d813a7bd9c467bb97d/windows-10-notebook-installation.ps1 |
This file contains hidden or 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
e391c34f456b56d5861b88cd/windows_installation_script.ps1 |
This file contains hidden or 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
e391c34f456b56d5861b88cd/windows_installation_script.ps1 |