Skip to content

Instantly share code, notes, and snippets.

View skydiver's full-sized avatar
👨‍💻
Always coding ...

Martin M. skydiver

👨‍💻
Always coding ...
View GitHub Profile
@skydiver
skydiver / .csscomb.json
Last active February 17, 2016 19:13
Just a CSScomb config
{
"always-semicolon": true,
"color-case": "upper",
"block-indent": " ",
"element-case": "lower",
"eof-newline": false,
"leading-zero": true,
"quotes": "double",
"space-before-colon": "",
"space-after-colon": "",
@skydiver
skydiver / htoprc
Last active January 10, 2016 06:14
My htop config
# Beware! This file is rewritten by htop when settings are changed in the interface.
# The parser is also very primitive, and not human-friendly.
fields=0 48 17 18 38 39 40 2 46 47 49 1
sort_key=46
sort_direction=1
hide_threads=0
hide_kernel_threads=1
hide_userland_threads=0
shadow_other_users=0
show_thread_names=0