This file contains 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
#2D353B,#D3C6AA,#293136,#D3C6AA,#A7C080,#2D353B |
This file contains 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 | |
# Brew Packages List | |
UTILITIES=( | |
alfred # macOS Spotlight alternative | |
amethyst # Tiling window manager for macOS (xmonad-inspired) | |
bartender # Menu bar icon manager | |
coreutils # GNU Core Utilities | |
docker # Containerization | |
exa # A Rust-based ls alternative |
This file contains 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
{ | |
"title": "Caps Lock To Control/Escape", | |
"author": "Alexander Six (originally by Caleb Porzio(calebporzio.com))", | |
"homepage": "https://gist.github.com/alexandersix/a8fdfef1f48eac0fadb13cd807566f7d", | |
"import_url": "karabiner://karabiner/assets/complex_modifications/import?url=https://gist.githubusercontent.com/AlexanderSix/a8fdfef1f48eac0fadb13cd807566f7d/raw/60ae796effced8f71d9958371b2539a910c69b2c/caps_lock_to_command_escape.json", | |
"rules": [ | |
{ | |
"description": "Caps Lock to Control/Escape", | |
"manipulators": [ | |
{ |