Skip to content

Instantly share code, notes, and snippets.

View keawade's full-sized avatar
🤘

Keith Wade keawade

🤘
View GitHub Profile
@keawade
keawade / copy-test.ps1
Last active February 6, 2017 23:56
Yarn Test Scripts
Param(
[string]$DestPath = "C:/Tests/",
[switch]$Robo
)
if (!(Test-Path -Path "$DestPath/TestDir")) {
New-Item -Path "$DestPath/TestDir" -Type Directory | Out-Null
}
for ($i = 0; $i -lt 10; $i++) {

GNOME Tweak Tool Settings

Appearance

  • Global Dark Theme: On
  • GTK+: Numix
  • Icons: EPapirus
  • Cursor: Adwaita
  • Shell Theme: United-Ubuntu
@keawade
keawade / dice.py
Created July 1, 2017 02:57
Dice Rolling Utility
import random
import math
import argparse
import re
def main():
# Parse given arguments
parser = argparse.ArgumentParser(description='Roll dice.')
parser.add_argument(
'rollArg',
source ~/.config/zsh/antigen.zsh
antigen bundle robbyrussell/oh-my-zsh lib/
antigen bundle git
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-completions
antigen bundle zsh-users/zsh-history-substring-search