Skip to content

Instantly share code, notes, and snippets.

View brian-penguin's full-sized avatar
💭
🌵 🎩

Brian Penguin brian-penguin

💭
🌵 🎩
View GitHub Profile
@brian-penguin
brian-penguin / git-aliases-export.sh
Created August 22, 2018 14:48 — forked from miguelbermudez/git-aliases-export.sh
Git Aliases from oh-my-zsh git plugin ported to fish shell
#
# Aliases
# (sorted alphabetically)
#
# GIT #
alias g 'git'
alias ga 'git add'
@brian-penguin
brian-penguin / tmux.conf
Created November 17, 2015 21:56 — forked from spicycode/tmux.conf
The best and greatest tmux.conf ever
# 0 is too far from ` ;)
set -g base-index 1
# Automatically set window title
set-window-option -g automatic-rename on
set-option -g set-titles on
#set -g default-terminal screen-256color
set -g status-keys vi
set -g history-limit 10000
Rails as it has never been before :)
Rails 3 AntiPatterns, Useful snippets and Recommended Refactoring. Note: Some of them are collected from different online resources/posts/blogs with some tweaks.