Skip to content

Instantly share code, notes, and snippets.

Maple-Balsamic Vinaigrette

Ingredients

  • 1/4 cup extra-virgin olive oil
  • 2 tbsp balsamic vinegar
  • 1 tbsp maple syrup
  • 1/2 tsp Dijon mustard
  • salt and pepper to taste

Tomato Sauce with Mushrooms

Ingredients

  • 1 tbsp extra-virgin olive oil
  • 1 sweet onion, diced
  • 4 cloves garlic
  • 3 cups sliced cremini mushrooms (about 8oz)
  • 1/2 cup packed fresh basil, chopped
  • 1 (28oz) can whole or diced tomatoes, with their juices

Instant Pot Chicken Soup

Ingredients

  • 2 tsp olive oil
  • 1 tbsp butter
  • 1.5 to 2lbs of chicken thighs cut in slightly larger than bite sized pieces
  • 1 bay leaf
  • 1 tsp salt
  • 1/2 tsp pepper

Grilled Chicken Thighs

Ingredients

  • 2 1/2 pounds boneless chicken thighs
  • 1 1/2 tbsp olive oil
  • 1/2 tsp garlic powder
  • 1/2 tsp onion powder
  • 1 tbsp paprika
  • 3/4 teaspoon sea salt

Instant Pot Chili

Ingredients

  • 1 tbsp olive oil
  • 2 garlic gloves, crushed
  • 1 small white onion
  • 2 peppers
  • 1 tbsp chili powder
  • 2 tsp cumin
parse_git_branch() {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
}
export PS1="\[\033[0;35m\]\h\[\033[0;33m\] \W\[\033[31m\]\$(parse_git_branch)\[\033[00m\]: "
export CLICOLOR=1
export TERM=xterm-color
export LSCOLORS=ExFxCxDxBxegedabagacad
#!/bin/bash
set -o allexport
source .env
set +o allexport
@twalling
twalling / paleo-granola.md
Last active January 29, 2019 19:09
Paleo Granola

Paleo Granola

Ingredients

  • 2 cups sliced almonds
  • 1 cup pecans, chopped
  • 1 cup walnuts, chopped
  • 1 cup shelled pumpkin seeds (pepitas)
  • 1 cup shelled sunflower seeds
  • 1/4 cup ground flax seed or flax seed meal

Keybase proof

I hereby claim:

  • I am twalling on github.
  • I am twalling (https://keybase.io/twalling) on keybase.
  • I have a public key whose fingerprint is 5808 8B20 4000 757C 9F3B 8CF7 41DF 80B4 5C32 EBF3

To claim this, I am signing this object:

sudo useradd -m -U -s /bin/bash USERNAME
sudo mkdir /home/USERNAME/.ssh
sudo chmod 700 /home/USERNAME/.ssh
sudo touch /home/USERNAME/.ssh/authorized_keys
sudo chown -R USERNAME:USERNAME /home/USERNAME/.ssh
sudo chmod 600 /home/USERNAME/.ssh/authorized_keys
if sudo
sudo usermod -a -G sudo USERNAME