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 sh | |
# Personal dev env setup script | |
setup_python () { | |
apt-get install -y python-dev python-pip | |
pip install virtualenv | |
} | |
# Setup vim | |
setup_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
# Path to your oh-my-zsh installation. | |
export ZSH=~/.oh-my-zsh | |
# Set name of the theme to load. | |
# Look in ~/.oh-my-zsh/themes/ | |
# Optionally, if you set this to "random", it'll load a random theme each | |
# time that oh-my-zsh is loaded. | |
ZSH_THEME="agnoster" | |
# Uncomment the following line to use case-sensitive completion. |
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
# =============================================================== | |
# File: $HOME/.screenrc | |
# Available: http://www.guckes.net/setup/screenrc | |
# Purpose: Setup file for program "(GNU) screen" | |
# written by: Sven Guckes setup-screenrc(at)guckes.net | |
# Latest change: Mon Nov 03 05:30:00 CET 2003 | |
# Latest user version: screen-4.0.1 [2003-09-18] | |
# Latest dev version: screen-4.0.0beta2 [2003-08-28] | |
# Length and size: 700+ lines and 26K bytes | |
# =============================================================== |
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
"NeoBundle Scripts----------------------------- | |
if has('vim_starting') | |
if &compatible | |
set nocompatible " Be iMproved | |
endif | |
" Required: | |
set runtimepath+=~/.vim/bundle/neobundle.vim/ | |
endif |
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
#!/bin/bash | |
# Copyright 2014 Google Inc. All rights reserved. | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# |
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
{ | |
"configurations": [ | |
{ | |
"nagios-env": { | |
"nagios_contact": "[email protected]" | |
} | |
}, | |
{ | |
"hive-site": { | |
"javax.jdo.option.ConnectionUserName": "hive", |
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
{ | |
"title": "CortextInstall Dashboard", | |
"services": { | |
"query": { | |
"list": { | |
"5": { | |
"id": 5, | |
"color": "#1F78C1", | |
"alias": "", | |
"pin": true, |
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
{ | |
"title": "AWS Infra Monitoring", | |
"services": { | |
"query": { | |
"list": { | |
"0": { | |
"query": "name:writelatency", | |
"alias": "", | |
"color": "#7EB26D", | |
"id": 0, |
NewerOlder