This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setw -g mode-keys vi | |
set-option -ga terminal-overrides ",xterm-256color:Tc" # enables TrueColor support | |
#run-shell "powerline-daemon -q" | |
#source '/usr/lib/python3.6/site-packages/powerline/bindings/tmux/powerline.conf' | |
#run-shell "python $(which powerline-daemon) -q" | |
#source '/Users/benjamin.bergman/Library/Python/2.7/lib/python/site-packages/powerline/bindings/tmux/powerline.conf' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[package] | |
name = "circuit_playground_express" | |
version = "0.5.0" | |
authors = ["Paul Sajna <[email protected]>"] | |
description = "Board Support crate for the Adafruit Circuit Playground Express" | |
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"] | |
license = "MIT OR Apache-2.0" | |
repository = "https://github.com/atsamd-rs/atsamd" | |
readme = "README.md" | |
documentation = "https://atsamd-rs.github.io/atsamd/atsamd21g18a/circuit_playground_express/" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
ICON_DIR="Icon Set PNG" | |
HEAD="Head_Hex.png" | |
SCREW="Screw_Socket.png" | |
TOP_TEXT="M5" | |
BOTTOM_TEXT="304 Stainless" | |
TEXT=" " | |
OUT="${TOP_TEXT}-${BOTTOM_TEXT}-${SCREW%.*}-${HEAD%.*}.png" |
OlderNewer