Skip to content

Instantly share code, notes, and snippets.

View micahjonas's full-sized avatar

Micha Schwendener micahjonas

View GitHub Profile
javascript:(function(){[].forEach.call(document.querySelectorAll("*"),function(a){a.style.outline="1px solid #"+(~~(Math.random()*(1<<24))).toString(16)})})();
@micahjonas
micahjonas / list.md
Created May 25, 2018 10:26 — forked from notwaldorf/list.md
Meownica's packing list

Meownica's packing list

I travel a lot so I'm down to like 30 minutes of packing per any kind of trip. I always bring one carry-on suitcase for any trips up to 2 weeks (that I never check in unless forced) -- I have an Away suitcase because it's got a built-in (removable) battery, and amazing wheels.

🚨

  • 🆔Wallet & Passport
  • 💧Travel water bottle
  • 💳Travel credit cards (don't pay foreign currency fees!)
  • 💳Insurance cards
  • 💵Local currency you have
  • 🚎Local public transport cards

Keybase proof

I hereby claim:

  • I am micahjonas on github.
  • I am micahjonas (https://keybase.io/micahjonas) on keybase.
  • I have a public key ASAfpClH6NksQulhPRKJyi6uJnhPe45v1VDr3Rf81ZvdPwo

To claim this, I am signing this object:

@micahjonas
micahjonas / alacritty.yml
Last active April 1, 2017 10:05
Basic alacritty.yml config file!
# Configuration for Alacritty, the GPU enhanced terminal emulator
# Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables
# set by alacritty it self.
env:
# TERM env customization. Default is xterm-256color
# Note: the default TERM value `xterm-256color` does not
# specify all features alacritty supports. This does pose
# a few issues with programs relying on terminfo and the
# 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=/Users/michaschwendener/.oh-my-zsh
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="agnoster"
@micahjonas
micahjonas / config.fish
Created March 30, 2017 15:56
how to configure fish and nvm together
# config.fish file
# to use a bash utility in fish you need the bass plugin: https://github.com/edc/bass
function nvm
bass source ~/.nvm/nvm.sh ';' nvm $argv
end
nvm use 6
@micahjonas
micahjonas / zsh.md
Created December 2, 2016 08:52 — forked from tsabat/zsh.md
Getting oh-my-zsh to work in Ubuntu
@micahjonas
micahjonas / iterm2-solarized.md
Created September 15, 2016 10:06 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Meslo powerline font (OS X / macOS)

Solarized

@micahjonas
micahjonas / riot_esports_api.md
Created May 22, 2016 17:08 — forked from levi/riot_esports_api.md
Riot LoL eSports Unofficial API Documentation
@micahjonas
micahjonas / GitCommitTags.md
Created March 19, 2016 13:06 — forked from hope4u/GitCommitTags.md
Commit Style

Use following tags to commit messages

  • :sparkles: when adding new features
  • :star: when improving functionality
  • :octocat: :octocat: when finishing a project
  • 💄 :lipstick: when improving the format/structure of the code
  • 🐎 :racehorse: when improving performance
  • 🚱 :non-potable_water: when plugging memory leaks
  • 📝 :memo: when writing docs
  • 🏢 :office: when fixing something backend related