Skip to content

Instantly share code, notes, and snippets.

View jacob-swanson's full-sized avatar

Jacob Swanson jacob-swanson

View GitHub Profile
@jacob-swanson
jacob-swanson / .zshrc
Created May 7, 2021 16:10
Swanson's .zshrc
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# Load Rust
if [ -f ~/.cargo/env ]; then
source ~/.cargo/env
@jacob-swanson
jacob-swanson / SkillGems.dat.json
Created March 9, 2016 12:49
SkillGems.dat for Path of Exile version 2.2
[ {
"index" : 0,
"baseItemType" : {
"id" : "Metadata/Items/Gems/SkillGemFireball",
"index" : 1357,
"itemClass" : {
"id" : "Active Skill Gem",
"index" : 18,
"name" : "Active Skill Gems"
},