I hereby claim:
- I am steve-ross on github.
- I am steveross (https://keybase.io/steveross) on keybase.
- I have a public key ASDCdO9SsKSFUIw15yUj3Ec_QQkkRmtaZgeHcIwlquSKuwo
To claim this, I am signing this object:
{ | |
"Thin Strokes" : 4, | |
"Working Directory" : "\/Users\/steveross", | |
"Prompt Before Closing 2" : false, | |
"Selected Text Color" : { | |
"Green Component" : 0.24950546026229858, | |
"Red Component" : 0.24626246094703674, | |
"Blue Component" : 0.25668647885322571 | |
}, | |
"Rows" : 25, |
[aws] | |
disabled = true | |
[package] | |
display_private = true | |
[env_var] | |
variable = "NPM_PACKAGE_NAME" | |
symbol = "🎁" |
I hereby claim:
To claim this, I am signing this object:
var toPatch = [ | |
{ sel: '[name="billingSameAsShipping"]' , click: true }, | |
{ sel: '[name="redeemableCode"]' , prop: 'placeholder', val: 'Enter Promo Code' }, | |
{ sel: '.ReactModalPortal [name="redeemableCode"]' , prop: 'placeholder', val: 'Enter Promo Code' }, | |
]; | |
var matchedSubscriptionItems = []; | |
function patchIt(patches) { | |
var afterElementExists = function(selector, cb) { | |
function findit() { |
<style> | |
.DAA-badge-link.exclude-tagline::after { | |
display: none !important; | |
} | |
.DAA-badge-link.exclude-tagline .DAA-badge { | |
margin: auto !important; | |
padding: 0 !important; | |
position: relative !important; |
const path = require('path'); | |
const fs = require('fs'); | |
//joining path of directory | |
const directoryPath = path.join(process.argv[2]); | |
//passsing directoryPath and callback function | |
fs.readdir(directoryPath, function (err, files) { | |
//handling error | |
if (err) { | |
return console.log('Unable to scan directory: ' + err); | |
} |
{ | |
"Ansi 5 Color" : { | |
"Green Component" : 0.31030611240647216, | |
"Red Component" : 0.73992505656108598, | |
"Blue Component" : 0.35376425577116455 | |
}, | |
"Working Directory" : "\/Users\/steveross", | |
"Prompt Before Closing 2" : false, | |
"Selected Text Color" : { | |
"Green Component" : 0.24950546026229858, |
➜ brew list | |
adns fribidi hub libomp oniguruma rename | |
augeas fzf ical-buddy libplist openexr ruby-build | |
autoconf gdbm icu4c libpng openjpeg shared-mime-info | |
autojump gettext ideviceinstaller libspiro openssl sphinx-doc | |
automake giflib ilmbase libtasn1 [email protected] sqlite | |
awscli git imagemagick libtiff p11-kit terminal-notifier | |
bfg git-flow ios-deploy libtool p7zip thefuck | |
cairo git-lfs jpeg libuninameslist pango themekit | |
certbot glib jq libunistring pcre unbound |
# place in ~/.config/starship-iterm.toml | |
# Don't print a new line at the start of the prompt | |
add_newline = false | |
[directory] | |
style = "" | |
disabled = true | |
[character] | |
disabled = true |
{ | |
"env": { | |
"es6": true, | |
"node": true, | |
"jquery": true | |
}, | |
"parser": "babel-eslint", | |
"extends": [ |