I hereby claim:
- I am loklaan on github.
- I am loklaan (https://keybase.io/loklaan) on keybase.
- I have a public key ASDG_WJapMI7NH_8RcffoZmcsue-k7v9z2QAveZanQioigo
To claim this, I am signing this object:
# Enables GPG to find gpg-agent | |
use-standard-socket | |
# Connects gpg-agent to the OSX keychain via the brew-installed | |
# pinentry program from GPGtools. This is the OSX 'magic sauce', | |
# allowing the gpg key's passphrase to be stored in the login | |
# keychain, enabling automatic key signing. | |
pinentry-program /usr/local/bin/pinentry-mac |
#! /usr/bin/env bash | |
#/ | |
#|------------------------------------------------------------------------------- | |
#| Util Lib for Bash | |
#|------------------------------------------------------------------------------- | |
#| | |
#| Includes: | |
#| - Shell color escapes | |
#| - Function to print pretty errors for missing bin's |
I hereby claim:
To claim this, I am signing this object:
/* | |
Up to you how to let Jest consume this config. I ended up stringifying the export and supplying it to a terminal command. | |
*/ | |
const path = require('path') | |
module.exports = { | |
transform: path.resolve(__dirname, './my-babel-jest.js') | |
} |
Has resources and tutorials for a lot of things. Ranges from beginner to advanced.
For good tutorials teaching the fundementals, look for tags: concepts, skills and electrical engineering.
/** | |
* An implementation for composing classes together. | |
* | |
* The composition part looks like below, using the mixin function: | |
* | |
* class ComposedClass extends mixin(ParentClass, ...classGenerators) { | |
* render() { | |
* // Note: To call something from renderTextMixin, use super | |
* super.render() | |
* this.renderText('Hello world'); |
This script is for devilspie2. It will match desired windows by class, and then apply the dark theme on them.
Move specific-dark-theme-applications.lua
to ~/.config/devilspie2/
.
Edit the desiredWindowClasses
variable in the file to change which applications this script matches.