Skip to content

Instantly share code, notes, and snippets.

@jottr
jottr / config.yml
Created April 23, 2018 18:10 — forked from phra/config.yml
Update Chrome to latest version on CircleCI 2.0
- run: #STABLE
name: Install Chromedriver latest version
command: |
sudo apt-get update
sudo apt-get install lsb-release libappindicator3-1
curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome.deb
sudo sed -i 's|HERE/chrome"|HERE/chrome" --no-sandbox|g' /opt/google/chrome/google-chrome
rm google-chrome.deb

How to set up the Raspberry Pi Zero W with SSH and Wifi

Download Raspbian

Use etcher to flash the image to SD.

Prepare the SD Card

  • Mount the SD and $ cd /Volumes/boot/
// This renders the wiring diagram for the Makerbase 3D Touch probe for the Crealty 32bit Ender 3v2 board
digraph {
//rankdir=LR;
node [ shape=record ];
touch [label="
<G1> G|
<V> 5V|
<S> S|
@jottr
jottr / install-config.sh
Created January 31, 2022 17:07 — forked from obfischer/install-config.sh
Generate Karabiner Elements configuration out of y YAML document
set -x
cat karabiner.yaml | ruby -r yaml -r json -e 'puts YAML.load($stdin.read).to_json' \
| jq --sort-keys 'del(.definitions)' > karabiner.json
[convert-UUP]
AutoStart =1
AddUpdates =1
Cleanup =0
ResetBase =0
NetFx3 =0
StartVirtual =0
wim2esd =0
SkipISO =0
SkipWinRE =0
BREAKING BAD
by
Vince Gilligan
5/27/05
AMC
Sony Pictures Television
TEASER
typeset -U path cdpath fpath manpath
for profile in ${(z)NIX_PROFILES}; do
fpath+=($profile/share/zsh/site-functions $profile/share/zsh/$ZSH_VERSION/functions $profile/share/zsh/vendor-completions)
done
HELPDIR="/nix/store/i3lac62jigipwhsrjd10zr9z8ihfqmwb-zsh-5.9/share/zsh/$ZSH_VERSION/help"
typeset -U path cdpath fpath manpath
for profile in ${(z)NIX_PROFILES}; do
fpath+=($profile/share/zsh/site-functions $profile/share/zsh/$ZSH_VERSION/functions $profile/share/zsh/vendor-completions)
done
HELPDIR="/nix/store/i3lac62jigipwhsrjd10zr9z8ihfqmwb-zsh-5.9/share/zsh/$ZSH_VERSION/help"