To apply this colour scheme, paste the prefs.js
file into the JavaScript Console.
This file contains 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
@font-face { | |
font-family: 'Source Code Pro'; | |
font-style: normal; | |
font-weight: normal; | |
src: local('Source Code Pro'), url('https://github.com/powerline/fonts/blob/master/SourceCodePro/Sauce%20Code%20Powerline%20Regular.otf') format('opentype'); | |
} | |
body { | |
font-family: 'Source Code Pro' !important; | |
} |
This file contains 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
coreboot-13a7e0d Fri Aug 22 14:45:02 PDT 2014 starting... | |
Enabling VR PS2 mode: VNN VCC | |
ram_id=2, total_spds: 4 | |
pm1_sts: 2900 pm1_en: 0000 pm1_cnt: 00001c00 | |
gpe0_sts: 00000000 gpe0_en: 00000000 tco_sts: 00000000 | |
prsts: 04410900 gen_pmcon1: 00001038 gen_pmcon2: 00000200 | |
prev_sleep_state = S0 | |
Boot Count incremented to 39 |
This file contains 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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains 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 doctor | |
Your system is ready to brew. |