Skip to content

Instantly share code, notes, and snippets.

View ChristopherNeuwirth's full-sized avatar

Christopher ChristopherNeuwirth

View GitHub Profile
@ChristopherNeuwirth
ChristopherNeuwirth / pkgjson-iterm-touchbar.plugin.zsh
Created November 15, 2018 11:49
extends the pkgjson-iterm-touchbar.plugin.zsh plugin to be more visual
# F1-12: https://github.com/vmalloc/zsh-config/blob/master/extras/function_keys.zsh
fnKeys=('^[OP' '^[OQ' '^[OR' '^[OS' '^[[15~' '^[[17~' '^[[18~' '^[[19~' '^[[20~' '^[[21~' '^[[23~' '^[[24~', '^[[25~', '^[[26~', '^[[27~', '^[[28~', '^[[29~', '^[[30~', '^[[31~', '^[[32~', '^[[33~', '^[[34~', '^[[35~', '^[[36~')
touchBarState=''
npmScripts=()
lastPackageJsonPath=''
useYarn=false
function _clearTouchbar() {
# echo -ne "\033]1337;PopKeyLabels\a"
echo -ne "\033]1337;SetKeyLabel=F1= No package.json in 🗂 \a"
@ChristopherNeuwirth
ChristopherNeuwirth / settings.json
Last active November 14, 2018 07:29
VS Code Einstellungen
// Platzieren Sie Ihre Einstellungen in dieser Datei, um die Standardeinstellungen zu überschreiben.
{
"editor.fontSize": 13,
"editor.fontLigatures": true,
"editor.fontFamily": "Operator Mono, Menlo, Monaco, 'Courier New', monospace",
"workbench.activityBar.visible": true,
"workbench.statusBar.visible": true,
"editor.minimap.enabled": false,
"workbench.colorTheme": "One Dark Theme",
"editor.tabSize": 2,
@ChristopherNeuwirth
ChristopherNeuwirth / OneDarkTheme-color-theme.json
Last active January 3, 2018 15:27
vscode-onedark 0.5.2 italic adjustments for Operator Mono font. File is located under: ~/.vscode/extensions/azemoh.theme-onedark-0.5.2/themes/OneDarkTheme-color-theme.json
{
"tokenColors": [
{
"settings": {
"background": "#282c34",
"foreground": "#abb2bf",
"findHighlight": "#FFE792",
"findHighlightForeground": "#000000",
"selectionBorder": "#222218",
"activeGuide": "#9D550FB0",