Skip to content

Instantly share code, notes, and snippets.

View andyleclair's full-sized avatar
🧙‍♂️
Performing Alchemy

Andy LeClair andyleclair

🧙‍♂️
Performing Alchemy
View GitHub Profile
@andyleclair
andyleclair / keybase.md
Created August 23, 2019 14:18
keybase.md

Keybase proof

I hereby claim:

  • I am andyleclair on github.
  • I am andyleclair (https://keybase.io/andyleclair) on keybase.
  • I have a public key whose fingerprint is 1BD4 205B 0F51 7963 A151 EF57 27BB E107 0F0D 12F5

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am andyleclair on github.
  • I am andyleclair (https://keybase.io/andyleclair) on keybase.
  • I have a public key whose fingerprint is A9E3 7CF2 B725 8F40 7D5E 5DF8 BA71 C244 D451 00C6

To claim this, I am signing this object:

@andyleclair
andyleclair / tcssh.sh
Created January 16, 2014 15:52
tcssh
tcssh () {
group=$1
if [ -z $group ]; then
echo "Error: no group given."
echo "Usage: tcssh <group>"
return 1
fi
# Make sure there isn't already a tcssh session in tmux
@andyleclair
andyleclair / .vimrc
Created November 19, 2012 16:24
my .vimrc
" .vimrc
" by Andy LeClair
" andyleclair@gmail.com
" We're VIMproved!
set nocompatible
filetype off