Skip to content

Instantly share code, notes, and snippets.

View bdbch's full-sized avatar
🔨
Working

bdbch bdbch

🔨
Working
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bdbch
bdbch / keybase.md
Created February 11, 2018 03:05
keybase.md

Keybase proof

I hereby claim:

  • I am bdbch on github.
  • I am dbch (https://keybase.io/dbch) on keybase.
  • I have a public key whose fingerprint is ED0B EF8C 7B88 CDBD 45AA B359 9DA4 6706 8D04 C7CE

To claim this, I am signing this object:

@bdbch
bdbch / install.bat
Last active June 22, 2018 23:30
Windows Chocolately Setup
choco install geforce-game-ready-driver googlechrome firefox 7zip visualstudiocode git slack discord.install telegram steam spotify ffmpeg nodejs yarn atom keepass vcredist2013 audacity sharex hyper heidisql google-backup-and-sync teamspeak openssh -Y

Keybase proof

I hereby claim:

  • I am bdbch on github.
  • I am dbch (https://keybase.io/dbch) on keybase.
  • I have a public key ASDJTLmSr7lkod5vgp-qiTG5b8OTpnReqGIe3bqw5C18sAo

To claim this, I am signing this object:

@bdbch
bdbch / keybase.md
Created July 7, 2017 11:14
keybase.md

Keybase proof

I hereby claim:

  • I am bdbch on github.
  • I am bdbch (https://keybase.io/bdbch) on keybase.
  • I have a public key ASCdkKJ4RtLin75n8VKVMT0J6i6DkFQmA1vzEUxMbWx2Two

To claim this, I am signing this object:

@bdbch
bdbch / info.md
Created June 27, 2017 21:48
Add Windows 10 apps to Startup on Windows 10

1 - Open The Applications Shortcuts

Press WIN+R and enter

shell:AppsFolder

2 - Create Link to Startup Folder

Press WIN+R and enter

@bdbch
bdbch / gist:912804e636253f0f6f4de79dcf1d35f2
Created June 19, 2017 11:35
Cleanup SVGs from the terminal with SVGO
svgo -f ./ --enable=removeTitle --enable=removeDesc --enable=sortAttrs
{
"translatableOptions": [
{
"label": "Some wpml option",
"type": "text",
"name": "someWpmlOption"
}
],
"globalOptions": [
{
$rupture.scale = lookup('$global-layout-scale') || (0 400px 800px 1200px)
$rupture.anti-overlap = lookup('$global-layout-overlap') || -1px
$gutterWidth = lookup('$global-layout-gutterWidth') || 15px
$containerMaxWidth = lookup('$global-layout-containerMaxWidth') || 1140px
$containerPadding = lookup('$global-layout-containerPadding') || 15px
.flyntComponent[is="flynt-block-post"]
*,
*:before,
*:after
<div class="flyntComponent" is="flynt-block-post">
<div class="post">
<h1 class="post-title">{{ post.title }}</h1>
<p class="post-author">{{ post.author}}</p>
<div class="post-content">{{ post.content }}</div>
</div>
</div>