Skip to content

Instantly share code, notes, and snippets.

keycode 94 = numbersign bar numbersign bar backslash
keycode 193 = Print NoSymbol Print
@njanik
njanik / gist:2ab6eb5b9a97837e6328fda4ffa878a5
Created November 20, 2017 03:57 — forked from rxaviers/gist:7360908
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:
@njanik
njanik / keymap
Last active September 27, 2016 01:38
keybidding mac atom
'.platform-darwin':
'cmd-#': 'tree-view:toggle'
'atom-workspace atom-text-editor:not([mini])':
'ctrl-up': 'editor:move-line-up'
'atom-text-editor':
'ctrl-up': 'editor:move-line-up'
@njanik
njanik / gist:959411d170ab947ae02ac544b1d5f093
Last active September 26, 2016 00:04
Pour afficher la branche courrante de git dans le shell prompt. A mettre dans le .bashrc
parse_git_branch() {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
}
export PS1="\u@\h \[\033[32m\]\w\[\033[33m\]\$(parse_git_branch)\[\033[00m\] $ "
(pour changer le hostanme: sudo hostname LE_NOM)
@njanik
njanik / config
Last active September 25, 2016 16:34
Panda syntax color for terminator - save this file to ~/.config/terminator/config
[global_config]
inactive_color_offset = 0.45
title_font = Operator Mono Semi-Light 14
title_inactive_bg_color = "#5c6370"
title_inactive_fg_color = "#f0f0f0"
title_transmit_bg_color = "#f03c79"
title_transmit_fg_color = "#f0f0f0"
title_use_system_font = False
[keybindings]
[layouts]
@njanik
njanik / gist:29d37347a9c29c25ff7b85d47052c8ab
Created May 24, 2016 17:54
wkhtmltopdf ubuntu extra package
sudo apt-get install openssl build-essential xorg libssl-dev libxrender-dev