Skip to content

Instantly share code, notes, and snippets.

@PowerSchill
PowerSchill / template.sh
Created November 13, 2015 01:46
Bash Script Template
#!/bin/ksh
#================================================================
# HEADER
#================================================================
#% SYNOPSIS
#+ ${SCRIPT_NAME} [-hv] [-o[file]] args ...
#%
#% DESCRIPTION
#% This is a script template
#% to start any good shell script.

Keybase proof

I hereby claim:

  • I am powerschill on github.
  • I am powerschill (https://keybase.io/powerschill) on keybase.
  • I have a public key whose fingerprint is 21BF 8461 5057 3BD3 557C ABB9 0BFC 25F2 7D4D 5207

To claim this, I am signing this object:

@PowerSchill
PowerSchill / github.css
Created July 15, 2018 19:39 — forked from andyferra/github.css
Github Markdown CSS - for Markdown Editor Preview
body {
font-family: Helvetica, arial, sans-serif;
font-size: 14px;
line-height: 1.6;
padding-top: 10px;
padding-bottom: 10px;
background-color: white;
padding: 30px; }
body > *:first-child {
@PowerSchill
PowerSchill / knife
Created March 20, 2019 12:39
Chef Tips and Tricks #chef
# List all nodes and show policy name and group
knife search node "*.*" -a policy_name -a policy_group
@PowerSchill
PowerSchill / JIRA Story template - Full (JIRA Markup)
Last active July 20, 2023 05:21
JIRA Templates #JIRA #Agile
h2. <Story Name>
h3. Story
*As a*  <type of user>
*I want to*  <some goal or objective>
*So that* <benefit or value>
h3. Acceptance Criteria
@PowerSchill
PowerSchill / multi_env_knife_config
Created May 31, 2019 19:18 — forked from kevinkarwaski/multi_env_knife_config
Knife config for Multiple Chef Environments
#
# This is an example of a knife.rb configuration that uses yml and a
# simple env var (CHEF_ENV) to manage multiple hosted Chef environments.
#
# Example usage:
# export CHEF_ENV=evnironment_01
# knife status
#
# Based on: http://blog.blankpad.net/2010/09/28/multiple-knife-environments---the-return/
#
@PowerSchill
PowerSchill / setup.sh
Last active April 10, 2022 19:43
Dotfiles
#!/bin/bash
cd "$HOME" || return
system_type=$(uname -s)
if [[ $system_type == "Darwin" ]]; then
echo "Hello Mac User!"
echo "Installing Hombebrew..."
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/powerschill/.zprofile
{"name":"Test","settings":"{\"settings\":\"{\\n \\\"workbench.colorTheme\\\": \\\"Solarized Dark\\\"\\n}\"}","globalState":"{\"storage\":{\"workbench.activity.pinnedViewlets2\":\"[{\\\"id\\\":\\\"workbench.view.explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.view.search\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.view.scm\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.view.extension.terraform\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":12},{\\\"id\\\":\\\"workbench.view.extension.PowerShell\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":15},{\\\"id\\\":\\\"workbench.view.extension.github-cweijan-mysql\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.github-pull-requests\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.debug\\\",\\\"pinned\\\":true