This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| brew tap homebrew/versions | |
| brew install v8-315 | |
| gem install libv8 -v '3.16.14.13' -- --with-system-v8 | |
| gem install therubyracer -- --with-v8-dir=/usr/local/opt/v8-315 | |
| bundle install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " replace 'function' with λ | |
| au BufNewFile,BufRead *.js syntax keyword javasScriptFunction function conceal cchar=λ | |
| au BufNewFile,BufRead *.js hi! link javasScriptFunction Conceal | |
| au BufNewFile,BufRead *.js setlocal conceallevel=2 | |
| " add abbreviations for JS | |
| " f_ | |
| " expands to | |
| " function() { | |
| " <cursor> | |
| " |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rxvt.background: #000000 | |
| rxvt.foreground: #D3D2D3 | |
| rxvt.color0: #000000 | |
| rxvt.color1: #FF7768 | |
| rxvt.color2: #ABFA68 | |
| rxvt.color3: #FFFD88 | |
| rxvt.color4: #98D0FE | |
| rxvt.color5: #FF85FD | |
| rxvt.color6: #CACBFE | |
| rxvt.color7: #EFEFEF |
NewerOlder