๐ŸŸ My personal dotfiles
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update Atom configuration

+8 -4
+3 -3
atom/config.cson
··· 22 22 projectHome: "/Users/davidcelis/Developer" 23 23 telemetryConsent: "no" 24 24 themes: [ 25 - "one-light-ui" 26 - "ariake-light-syntax" 25 + "one-dark-ui" 26 + "ariake-dark-syntax" 27 27 ] 28 28 titleBar: "custom" 29 29 editor: ··· 50 50 elixircPath: "/usr/local/bin/elixirc" 51 51 mixPath: "/usr/local/bin/mix" 52 52 "linter-ui-default": 53 - panelHeight: 69 53 + panelHeight: 183 54 54 "no-title-bar": {} 55 55 "one-dark-ui": {} 56 56 "platformio-ide-terminal":
+5 -1
local/share/safari/stylesheet.css
··· 1 + /* Github */ 2 + 1 3 pre, code, samp, table.js-file-line-container td, table.diff-table span { 2 - font-family: "Fira Code" !important; 4 + font-family: "Fira Code","SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace !important; 5 + font-feature-settings: "calt" 1; 6 + font-variant-ligatures: contextual; 3 7 }