Skip to content

Instantly share code, notes, and snippets.

View riguelbf's full-sized avatar

Riguel Figueiro riguelbf

View GitHub Profile
@riguelbf
riguelbf / gist:eed6a6d06d5641dbd5d78259717635b5
Created April 16, 2021 19:52 — forked from tgmarinho/gist:6cf35ac45644a0b68a45069d23c2e4b6
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue:
@riguelbf
riguelbf / README.md
Created December 16, 2018 12:11 — forked from ngryman/README.md
intellij javascript live templates

intellij javascript live templates

Just a dump of handy live templates I use with IntelliJ. They should also work with WebStorm.

How to

  • Go to settings.
  • Search for live templates.
  • Under the javascript section you should be able to manage your templates.
@riguelbf
riguelbf / install.sh
Created June 22, 2018 02:50 — forked from mshick/install.sh
Installing Node.js with Homebrew and nvm
# Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Install nvm
brew install nvm
# Export nvm environment
export NVM_DIR="$HOME/.nvm"
. "$(brew --prefix nvm)/nvm.sh"
@riguelbf
riguelbf / cloudSettings
Last active March 28, 2017 16:36
Visual Studio Code Sync Settings GIST
{"lastUpload":"2017-03-28T16:36:49.065Z","extensionVersion":"v2.6.1"}