Diretório onde será instalado: /usr/local/php5-*
Referência: http://php-osx.liip.ch/
Comando:
curl -s http://php-osx.liip.ch/install.sh | bash -s 5.6
Diretório onde será instalado: /usr/local/php5-*
Referência: http://php-osx.liip.ch/
Comando:
curl -s http://php-osx.liip.ch/install.sh | bash -s 5.6
| function getUserId(fbid) { | |
| return fbid.split(':')[1]; | |
| } | |
| requireLazy( | |
| ['MercuryTypingReceiver', 'MercuryThreads', 'ShortProfiles'], | |
| (MercuryTypingReceiver, MercuryThreads, ShortProfiles) => { | |
| MercuryTypingReceiver | |
| .get() |
| { | |
| "auto_complete_commit_on_tab": true, | |
| "color_scheme": "Packages/Oceanic Next Color Scheme/Oceanic Next.tmTheme", | |
| "draw_white_space": "all", | |
| "font_face": "Fira Mono", | |
| "font_size": 20, | |
| "tab_size": 2, | |
| "theme": "Brogrammer.sublime-theme", | |
| "translate_tabs_to_spaces": true, | |
| "trim_automatic_white_space": true, |
| #!/usr/bin/env bash | |
| # ensure freetype is updated, important to avoid error: | |
| # undefined symbol: FT_Get_Var_Blend_Coordinates | |
| sudo add-apt-repository ppa:glasen/freetype2 | |
| sudo apt update && sudo apt install freetype2-demos | |
| # kitty installer script from https://sw.kovidgoyal.net/kitty/binary.html#manually-installing | |
| curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin |