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
^j:: | |
Send, /tip 10{Enter} | |
Send, /tip 10{Enter} | |
Send, /tip 10{Enter} | |
Send, /tip 10{Enter} | |
Send, /tip 10{Enter} | |
Send, /tip 10{Enter} | |
Send, /tip 10{Enter} | |
Send, /tip 10{Enter} | |
Send, /tip 10{Enter} |
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
^j:: | |
Send, /tip 1{Enter} | |
Send, /tip 1{Enter} | |
Send, /tip 1{Enter} | |
Send, /tip 1{Enter} | |
Send, /tip 1{Enter} | |
Send, /tip 1{Enter} | |
Send, /tip 1{Enter} | |
Send, /tip 1{Enter} | |
Send, /tip 1{Enter} |
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
^j:: | |
Send, /tip 5 test 1{Enter} | |
Send, /tip 5 test 2{Enter} | |
Send, /tip 5 test 3{Enter} | |
return |
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
alias rg="egrep -r --exclude-dir='.svn' --exclude-dir='.git' --color=always -I" | |
alias kssh="knife ssh -a ipaddress" | |
plugins=(autojump aws bgnotify bundler cloudapp common-aliases cp docker docker-compose git git-extras jira kitchen knife mosh nmap rake rsync ruby ssh-agent tmux tmuxinator vagrant zsh-navigation-tools zsh_reload) | |
# Path to your oh-my-zsh installation. | |
export ZSH=$HOME/.oh-my-zsh | |
# Set editor to vim | |
export EDITOR=vim |
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
#!/usr/bin/env ruby | |
# | |
# Find Chef nodes which have not checked in with the server in some time, and | |
# attempt to force a chef-client run on them. | |
# | |
require 'rubygems' | |
require 'chef' | |
require 'net/ssh/multi' | |
require 'trollop' |
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
alias rg="egrep -r --exclude-dir='.svn' --exclude-dir='.git' --color=always -I" | |
alias ted="open /Applications/Textedit.app" | |
alias up2date="brew update --rebase && brew upgrade --all" | |
alias kssh="knife ssh -x rightscale -a ipaddress -C 20" | |
plugins=(autojump aws battery bgnotify brew bundler cloudapp common-aliases cp docker docker-compose git git-extras jira kitchen knife knife-ssh mosh nmap osx rake rsync ruby ssh-agent sublime tmux tmuxinator vagrant xcode zsh-navigation-tools zsh_reload) | |
# Path to your oh-my-zsh installation. | |
export ZSH=$HOME/.oh-my-zsh |
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
# $Id: t-williams.conf,v 1.1 2009/11/02 18:59:28 nicm Exp $ | |
# | |
# ~/.tmux.conf - tmux terminal multiplexer config | |
# Thayer Williams (http://cinderwick.ca) | |
# "Feel free to do whatever you like with it." | |
# I typically start tmux from ~/.xinitrc with the following: | |
# | |
# urxvt -e bash -c "tmux attach -d -t mysession" & | |
# |
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
[user] | |
email = [email protected] | |
name = Nathan Clemons | |
[push] | |
default = simple |
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
include_recipe 'moxie-inventory' | |
dc_and_mode = node['moxie']['dc_and_mode'] | |
case dc_and_mode | |
when 'pdx_pci' | |
proxies = Chef::EncryptedDataBagItem.load('pci_proxy', dc_and_mode) | |
http_proxy = proxies['http_proxy'] | |
https_proxy = proxies['https_proxy'] | |
Chef::Log.info("Setting http_proxy to #{http_proxy}") | |
Chef::Log.info("Setting https_proxy to #{https_proxy}") | |
# Set the config that will get written to disk |
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
Bringing machine 'kbwin' up with 'virtualbox' provider... | |
Bringing machine 'kblinux' up with 'virtualbox' provider... | |
kbwin: The Berkshelf shelf is at "/Users/myuser/.berkshelf/vagrant-berkshelf/shelves/berkshelf20160608-6903-w7jm4n-kbwin" | |
==> kbwin: Sharing cookbooks with VM | |
==> kbwin: Importing base box 'dev-kb-win-base'... | |
==> kbwin: Matching MAC address for NAT networking... | |
==> kbwin: Setting the name of the VM: chef-moxie_kbwin_1465426183655_42534 | |
==> kbwin: Updating Vagrant's Berkshelf... | |
==> kbwin: Resolving cookbook dependencies... | |
==> kbwin: Fetching 'mothership' from source at cookbooks/mothership |
NewerOlder