Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@nocache
nocache / .bash_profile
Created November 22, 2017 07:07 — forked from patrobinson/.bash_profile
Using yubikey 4c on Mac OS X (running Sierra)
GPG_ENV=$( gpg-agent --daemon 2>/dev/null )
if [ $? == 0 ]; then
eval $GPG_ENV
else
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
fi
export GPG_TTY=$(tty)
function copy-code() {
echo $1 |sed -e 's/[^ ]* //' |pbcopy
### Keybase proof
I hereby claim:
* I am nocache on github.
* I am nocache (https://keybase.io/nocache) on keybase.
* I have a public key ASCqPxo0CdrAHJY9iXljC5BGCt1TmshFNP3clsqWwEm_nAo
To claim this, I am signing this object:
@nocache
nocache / reclaimWindows10.ps1
Last active January 13, 2017 01:12 — forked from alirobe/reclaimWindows10.ps1
"Reclaim Windows 10" turns off a bunch of unnecessary Windows 10 telemetery, removes bloatware, and privacy invasions. Review and tweak before running. Scripts for reversing are included and commented. Fork via https://github.com/Disassembler0 (different defaults)
##########
# Win10 Initial Setup Script
# Author: Disassembler <disassembler@dasm.cz>
# Version: 1.7, 2016-08-15
# dasm's script: https://github.com/Disassembler0/Win10-Initial-Setup-Script/
# THIS IS A PERSONALIZED VERSION
# This script leaves more MS defaults on, including MS security features.
# Tweaked based on personal preferences for @alirobe 2016-11-16 - v1.7.1

Test Post

This is a test of the super-cool gist.io

Gem::Specification.new do |s|
s.name = "feature_tour_repository"
s.version = "0.5.7"
s.platform = "ruby"
s.authors = ["Glenn Tweedie", "Mark Gallop", "Agworld"]
s.email = ["glenn.tweedie@agworld.com.au"]
s.homepage = "http://agworld.com.au"
s.summary = "Le Tour d'Agworld"
s.description = "Feature Tour Repository"
s.required_rubygems_version = ">= 1.3.6"
#
#1234567890