jeffkillian / various-files

Various files I use related to programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

various-files

Various files I use related to programming

This is a repo of various files and programs I use to help make my life easier

Programs

Rectangle - For easy window movement/resizing

Caffeine - So my computer doesn't fall asleep

Skitch - For easy screenshotting

Keyboard Maestro - For easy macro/automation

Karabiner Elements - For customizing keys (disable capslock, add s+hjkl as VIM keybinds via Simple VI Mode)

BeardedSpice Makes sure that the touchbar controls ALWAYS control spotify or itunes (and not youtube)

Slack theme: #04071A,#434f61,#437AAB,#FFFFFF,#434f61,#f4f5f7,#44DB5E,#DB2AA0,#434f61,#f4f5f7

Terminal

iTerm2 - Custom terminal with zShell and oh-my-zsh

zShell auto suggestions

Git recent

VS Code Extensions

Gitlens

EsLint

Bracket Pair Colorizer 2

Fira Code font (for ligature support)

settings.json:

{
    "workbench.colorTheme": "Monokai",
    "window.zoomLevel": 0,
    "editor.minimap.enabled": false,
    "editor.fontFamily": "Fira Code",
    "editor.fontLigatures": true,
    "workbench.colorCustomizations": {
        "diffEditor.removedTextBackground": "#FF000055",
        "diffEditor.insertedTextBackground":  "#37631a5e"
    }
}

About

Various files I use related to programming


Languages

Language:AutoHotkey 66.5%Language:Shell 33.5%