Skip to content

Instantly share code, notes, and snippets.

View AAlfarho's full-sized avatar

Andres Alfaro AAlfarho

  • Seattle, WA
View GitHub Profile
{
"errors": {
"session": [],
"playlist": []
},
"session": {
"currentUser": {
"id": 444,
"username": "sys-g",
"follow_playlists_ids": [663, 664, 668, 723, 734, 735, 744, 758, 759, 767, 776, 778, 780],
{
/*
// Place your snippets for JavaScript here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
"Print to console": {
"prefix": "log",
"body": [
{
"workbench.colorTheme": "Material Theme",
"terminal.external.linuxExec": "xterm",
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"workbench.iconTheme": "eq-material-theme-icons",
"workbench.colorCustomizations": {
"activityBarBadge.background": "#498e38",
"list.activeSelectionForeground": "#388E3C",
#!/bin/bash
alias sl="ls"
alias ls="ls -G"
alias irb="pry"
alias be="bundle exec"
alias gaa="git add -A"
alias gcm="git commit -m "
alias ber="bundle exec rspec"
alias bi="bundle install"
### load extenstions ###
source "$HOME/.git-completion.bash"
source "$HOME/.git-prompt.sh"
### ENV variables ###
# look for commands in these places
export PATH="/Applications/Postgres.app/Contents/Versions/latest/bin:$PATH"
# make vim the default text editor
export EDITOR="vim"