- Create a folder at the root of your user home folder
(Example:
C:/Users/uname/) called.ssh. - Create the following files if they do not already exist (paths begin from the root of your user home folder):
.ssh/config
| [branch] | |
| autosetuprebase = always | |
| [core] | |
| autocrlf = false | |
| ignorecase = false | |
| [push] | |
| default = simple | |
| [pull] | |
| default = simple |
| details summary { | |
| cursor: pointer; | |
| outline: none !important; | |
| display: inline-block; | |
| padding: 8px 12px; | |
| padding-top: 10px; | |
| border-radius: 4px; | |
| overflow: hidden; | |
| background: #F09825; | |
| color: white; |
| // " Make IE Better Compatible " | |
| // IE CSS Hacks All - IE6, 7, 8, 9, 10, 11, Edge | |
| // <!--[if IE]> | |
| // <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | |
| // <![endif]--> | |
| // ================== | |
| // IE6 Only | |
| // ================== |
| #!/bin/bash | |
| # Functions ============================================== | |
| # return 1 if global command line program installed, else 0 | |
| # example | |
| # echo "node: $(program_is_installed node)" | |
| function program_is_installed { | |
| # set to 1 initially | |
| local return_=1 |
| $z-indexes: ( | |
| main: ( | |
| above-inherit: (), | |
| nested: ( | |
| low, | |
| middle, | |
| high | |
| ), | |
| tooltip: () | |
| ), |
| // ---- | |
| // libsass (v3.3.6) | |
| // ---- | |
| // ========================================================================= | |
| // | |
| // PRECISE CONTROL OVER RESPONSIVE TYPOGRAPHY FOR SASS | |
| // --------------------------------------------------- | |
| // Indrek Paas @indrekpaas | |
| // |
| a, abbr, acronym, address, applet, area, article, aside, audio, b, base, | |
| basefont, bdi, bdo, bgsound, big, blink, blockquote, body, br, button, canvas, | |
| caption, center, cite, code, col, colgroup, content, data, datalist, dd, del, | |
| details, dfn, dir, div, dl, dt, em, embed, fieldset, figcaption, figure, font, | |
| footer, form, frame, frameset, h1, h2, h3, h4, h5, h6, head, header, hgroup, hr, | |
| html, i, iframe, img, input, ins, isindex, kbd, keygen, label, legend, li, link, | |
| listing, main, map, mark, marquee, menu, menuitem, meta, meter, nav, nobr, | |
| noframes, noscript, object, ol, optgroup, option, output, p, param, plaintext, | |
| pre, progress, q, rp, rt, ruby, s, samp, script, section, select, shadow, small, | |
| source, spacer, span, strike, strong, style, sub, summary, sup, table, tbody, |