Skip to content

Instantly share code, notes, and snippets.

View kalimar's full-sized avatar

Kalimar Maia kalimar

View GitHub Profile
@kalimar
kalimar / SassMeister-input-HTML.html
Created July 3, 2015 14:59
Generated by SassMeister.com.
<a class="removeItem">
<p class="closer"></p>
</a>
@kalimar
kalimar / SassMeister-input-HTML.html
Last active August 29, 2015 14:24
Generated by SassMeister.com.
<a class="removeItem">
<p class="closer"></p>
</a>
@kalimar
kalimar / SassMeister-input-HTML.html
Created July 3, 2015 16:53
Generated by SassMeister.com.
<a class="removeItem"></a>

Questions for team leads

How did you heard about ruby for good?

Tell me about your project?

How do you handle working with different experience levels

What made you decide to volunteer as a team lead?

@kalimar
kalimar / gist:1a23222b59fd0208f88d
Last active March 14, 2016 11:51
Ruby Retro 2016
@kalimar
kalimar / iterm2Badges.md
Last active June 30, 2022 13:27
How to add a badge to iterm2 on Zsh

Custom Badges in iTerm2

iTerm2 - the popular terminal emulator for OSX has added some really neat features. One of those, is badges. From the documentation: A badge is a large text label that appears in the top right of a terminal session to provide dynamic status, such as the current host name or git branch.

I had some trouble figuring out how to build a badge so I wanted to share a quick walk-through. Thanks to Chris Mar for teaching me.

Install shell integrations on iTerm.

Easy enough - it's an option on the dropdown menu

  1. test
    How does this look
  2. foo I think it might work
@kalimar
kalimar / git_aliases
Created September 29, 2016 13:38
My favorite git commands
alias glg='git log --color --graph --pretty=format:"%h %C(yellow)%d%Creset %ar%n%C(cyan)%s%Creset %an%n"'
alias gl='git log --topo-order --pretty=format:"${_git_log_medium_format}"'
alias gia='git add'
alias gmC='git merge --no-commit'
alias "gh"="git for-each-ref --count=30 --sort=-committerdate refs/heads/ --format='%(refname:short)' | more"
MMMMMMMMMMxxxxxxxxxxxxxxxxxnxxxxxxxxxxxxxnxxxxxxMMMMMMMMMMMWWWWWWMWWWWWWMMMMMMWWWWWWWWWWWWWWW@W@@@@@@@@@@@@@@@@@@@@@@#@@@###@#########################
MMMMMMMMxxxxxxxnnnxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxMMxMMMMMWWWWWWWWW@@@WWWWWWWWWWW@@@@@@@@@@@WWWWW@@@@@@@@@@@@@@@@@@@@@@@@#############################
MMMMMMMxxxxxxnnnnnxxxxxxxxxxxxxxnnxxxxxxxxxxxxxxxxxxxxMMMx::;;izWn::::#W+:::*@+:::::*#::ni::MWWWW@@@@@@@@@@@@@@@@@@@@@@@##@@##########################
MMMMMxxxxxxxnnnnnnxxxxxxxxxxxxxnnnnnnnxxxxxxxxxxxxxxxxxxxx zz *@: ,@; :i z, MWWWWWWW@W@@@@@@@@@@@@@@@@@@@@@@@#########################
MMMxMxxxxxxnnnnnnnnnnnnxxxnnnnnnnnnnnnnnnxxnxxnnxxxxxxxxxx .* iz ,*z@` `Wz*` *#i z, MWWWWWWW@WW@@@@@@@@@@@@@@@@@@@@@@#########################
MMxxxxxxxxxxnxxnnnnnnnnxnnnnnnnnnnnnnnnnnnnxnnxxxxxxxxxxxx ,n iz iWMW` . MM@` `WWi z, MWWWWWWWWWWWWWW@WW@@@@@@@@@@@@@@@@@@@@####################
xxxxxxxxxxnxxxxxnnnnnnnnnnnnnnnnnnnnnnnnnnnnnxxxxxxxxxxxxx ,n ;z ;xMx ; zMW` `MWi ,` MWWWWWWWWWWWWWWWWW@@@@@@@@

Layout

Keymap 0: Basic layer

,--------------------------------------------------.           ,--------------------------------------------------.
|   `    |   1  |   2  |   3  |   4  |   5  |  6   |           |  7   |   8  |   9  |   0  |   -  |   =  |        |
|--------+------+------+------+------+-------------|           |------+------+------+------+------+------+--------|
| TAB    |   Q  |   W  |   E  |   R  |   T  |      |           |      |   Y  |   U  |   I  |   O  |   P  |   \    |
|--------+------+------+------+------+------|  VIM |           | VIM  |------+------+------+------+------+--------|
|Esc/ctrl|   A  |   S  |   D  |   F  |   G  |------|           |------|   H  |   J  |   K  |   L  |   ;  |   '    |