Skip to content

Instantly share code, notes, and snippets.

View coreywagehoft's full-sized avatar

Corey Wagehoft coreywagehoft

View GitHub Profile
@coreywagehoft
coreywagehoft / .zshrc
Last active August 21, 2019 16:27
R1 zshrc
# If you come from bash you might have to change your $PATH.
export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=/home/$USER/.oh-my-zsh
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
#POWERLEVEL9K_MODE='awesome-fontconfig'
# Set name of the theme to load. Optionally, if you set this to "random"
@coreywagehoft
coreywagehoft / .p10k.zsh
Last active August 13, 2019 19:19
p10k zsh profile
# Generated by Powerlevel10k configuration wizard on 2019-08-13 at 15:06 UTC.
# Based on romkatv/powerlevel10k/config/p10k-lean.zsh, checksum 34415.
# Wizard options: compatible, lean, 2 lines, disconnected, sparse, concise.
# Type `p10k configure` to generate another config.
#
# Config for Powerlevel10k with classic powerline prompt style. Type `p10k configure` to generate
# your own config based on it.
#
# Tip: Looking for a nice color? Here's a one-liner to print colormap.
#

Keybase proof

I hereby claim:

  • I am coreywagehoft on github.
  • I am coreywagehoft (https://keybase.io/coreywagehoft) on keybase.
  • I have a public key ASC4yspxs4mL7nmjr4JqmfuARdtOTYWxowGhQORIkj7m-go

To claim this, I am signing this object:

cd ~
sudo apt-get update
sudo apt-get install openjdk-7-jre-headless -y
### Check http://www.elasticsearch.org/download/ for latest version of ElasticSearch and replace wget link below
# NEW WAY / EASY WAY
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.0.0.deb
sudo dpkg -i elasticsearch-1.0.0.deb
@coreywagehoft
coreywagehoft / es.sh
Last active December 20, 2015 23:28
Install ElasticSearch 0.90.3 on Ubuntu 12.04
cd ~
sudo apt-get update
sudo apt-get install openjdk-7-jre-headless -y
### Check http://www.elasticsearch.org/download/ for latest version of ElasticSearch and replace wget link below
# NEW WAY / EASY WAY
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.3.deb
sudo dpkg -i elasticsearch-0.90.3.deb
remote: /data/github/current/lib/github/config/resque.rb:27: undefined method `constantize' for "GitHub::Jobs::RepoGraphCodeFrequency":String (NoMethodError)
remote: from /data/github/current/lib/github/config/resque.rb:26:in `each'
remote: from /data/github/current/lib/github/config/resque.rb:26
remote: from /data/github/current/lib/rock_queue.rb:9:in `require'
remote: from /data/github/current/lib/rock_queue.rb:9
remote: from hooks/post-receive:27:in `require'
remote: from hooks/post-receive:27