I hereby claim:
- I am nizmow on github.
- I am nizmow (https://keybase.io/nizmow) on keybase.
- I have a public key ASBa4HKYJS7OERJhLs_ya6JyO89zSXXTH6aiGkVtONCALgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| if [[ ! -d ~/.zplug ]]; then | |
| git clone https://github.com/zplug/zplug ~/.zplug | |
| source ~/.zplug/init.zsh && zplug update --self | |
| fi | |
| source ~/.zplug/init.zsh | |
| zplug "zplug/zplug" | |
| zplug "zsh-users/zsh-completions" | |
| zplug "zsh-users/zsh-syntax-highlighting" |
| <?xml version="1.0"?> | |
| <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
| <!-- /etc/fonts/local.conf file for local customizations --> | |
| <fontconfig> | |
| <!-- generic substitutions --> | |
| <!-- Prefer fonts for generics --> | |
| <alias> | |
| <family>serif</family> | |
| <prefer><family>Tinos</family></prefer> | |
| </alias> |
| ######## Boxstarter script - based on https://gist.github.com/philchuang/20bbdacffbf9ecc8cc3a#file-phil-dev-vm-boxstarter-package-ps1 ######## | |
| ############### | |
| #### notes #### | |
| ############### | |
| ### running remotely on VM fails on Configuring CredSSP settings | |
| ## check http://blogs.technet.com/b/heyscriptingguy/archive/2012/12/30/understanding-powershell-remote-management.aspx | |
| ### running locally on VM |
I hereby claim:
To claim this, I am signing this object:
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| tell application "Safari" | |
| repeat with theWindow in (get every window) | |
| repeat with currTab in theWindow's tabs | |
| if name of currTab is equal to "Plex" then | |
| do JavaScript "require(['plex/base/utils/Dispatcher'], function(t) { t.trigger('shortcut:playPause') });" in currTab | |
| end if | |
| end repeat | |
| end repeat | |
| end tell |
| #!/bin/sh | |
| # Some things taken from here | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # Set the colours you can use | |
| black='\033[0;30m' | |
| white='\033[0;37m' | |
| red='\033[0;31m' | |
| green='\033[0;32m' |