cmc/dotfiles
Using GNU Stow to manage my dotfiles.
clone: git clone https://gitbay.org/cmc/dotfiles.git
590cb005999e9e9d497bf67aa40d6a7a78cc0f1f
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2026-02-16T00:09:57Z
bootstrap.sh | 57 --- {doom => common/doom}/.config/doom/config.el | 0 {doom => common/doom}/.config/doom/custom.el | 0 {doom => common/doom}/.config/doom/init.el | 0 {doom => common/doom}/.config/doom/packages.el | 0 {git => common/git}/.gitconfig | 0 {git => common/git}/.gitignore_global | 0 {ispell => common/ispell}/.ispell_english | 0 common/ssh/config | 32 ++ {zsh => common/zsh}/.zprofile | 0 {zsh => common/zsh}/.zshrc | 0 macos/.DS_Store | Bin 0 -> 8196 bytes macos/iterm2/DefaultProfile.json | 609 +++++++++++++++++++++++++ {skhd => macos/skhd}/.config/skhd/skhdrc | 0 {yabai => macos/yabai}/.config/yabai/yabairc | 0 15 files changed, 641 insertions(+), 57 deletions(-) deleted file mode 100644 @@ -1,57 +0,0 @@ -#!/usr/bin/env bash - -# Define colors for output -GREEN='\033[0;32m' -BLUE='\033[0;34m' -RED='\033[0;31m' -NC='\033[0m' # No Color - -echo -e "${BLUE} Starting dotfiles bootstrap...${NC}" - -# 1. Check for Homebrew -if ! command -v brew &> /dev/null; then - echo "Installing Homebrew..." - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" -else - echo -e "${GREEN}✓ Homebrew is already installed${NC}" -fi - -# 2. Install Dependencies -echo "Checking dependencies..." -DEPENDENCIES=( - stow - zsh-autosuggestions - zsh-syntax-highlighting - romkatv/powerlevel10k/powerlevel10k -) - -for dep in "${DEPENDENCIES[@]}"; do - if brew list "$dep" &>/dev/null || brew list --cask "$dep" &>/dev/null; then - echo -e "${GREEN}✓ $dep is already installed${NC}" - else - echo "Installing $dep..." - brew install "$dep" - fi -done - -# 3. Get the directory where this script is located -DOTFILES_DIR=$(dirname "$(realpath "$0")") -cd "$DOTFILES_DIR" - -# 4. Define packages based on your folder structure -PACKAGES=(doom git ispell skhd yabai zsh) - -echo -e "${BLUE} Symlinking packages with GNU Stow...${NC}" - -for pkg in "${PACKAGES[@]}"; do - if [ -d "$pkg" ]; then - echo -e "Stowing: ${GREEN}$pkg${NC}" - # -R (restow) is safer as it prunes dead links and updates new ones - stow -R "$pkg" - else - echo -e "${RED}Warning: Package directory '$pkg' not found. Skipping.${NC}" - fi -done - -echo -e "${GREEN} Done! Your environment is ready.${NC}" -echo "Note: You may need to restart your terminal or run 'source ~/.zshrc'" similarity index 100% rename from doom/.config/doom/config.el rename to common/doom/.config/doom/config.el similarity index 100% rename from doom/.config/doom/custom.el rename to common/doom/.config/doom/custom.el similarity index 100% rename from doom/.config/doom/init.el rename to common/doom/.config/doom/init.el similarity index 100% rename from doom/.config/doom/packages.el rename to common/doom/.config/doom/packages.el similarity index 100% rename from git/.gitconfig rename to common/git/.gitconfig similarity index 100% rename from git/.gitignore_global rename to common/git/.gitignore_global similarity index 100% rename from ispell/.ispell_english rename to common/ispell/.ispell_english new file mode 100644 @@ -0,0 +1,32 @@ +Host homelab + User cmc + HostName 192.168.0.97 + Port 22 +Host homelab-remote + User cmc + HostName 70.187.29.187 + Port 2169 +Host dell + User cmc + HostName 192.168.0.251 + Port 22 +Host * + #ControlMaster auto + #ControlPath ~/.ssh/master-%r@%h:%p + #ControlPersist 300 + AddressFamily inet + HashKnownHosts yes + VisualHostKey yes + PasswordAuthentication no + ChallengeResponseAuthentication no + StrictHostKeyChecking ask + VerifyHostKeyDNS yes + ForwardAgent no + ForwardX11 no + ForwardX11Trusted no + ServerAliveInterval 300 + ServerAliveCountMax 2 + Ciphers aes256-gcm@openssh.com + MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com + KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 + HostKeyAlgorithms rsa-sha2-512,rsa-sha2-256,ssh-ed25519 similarity index 100% rename from zsh/.zprofile rename to common/zsh/.zprofile similarity index 100% rename from zsh/.zshrc rename to common/zsh/.zshrc new file mode 100644 Binary files /dev/null and b/macos/.DS_Store differ new file mode 100644 @@ -0,0 +1,609 @@ +{ + "Ansi 7 Color (Light)" : { + "Red Component" : 0.7810397744178772, + "Color Space" : "sRGB", + "Blue Component" : 0.78104829788208008, + "Alpha Component" : 1, + "Green Component" : 0.78105825185775757 + }, + "Ansi 15 Color (Light)" : { + "Red Component" : 0.99999600648880005, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Ansi 2 Color (Light)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0.7607843279838562 + }, + "Bold Color" : { + "Red Component" : 0.062745101749897003, + "Color Space" : "sRGB", + "Blue Component" : 0.062745101749897003, + "Alpha Component" : 1, + "Green Component" : 0.062745101749897003 + }, + "Ansi 1 Color (Dark)" : { + "Red Component" : 0.7074432373046875, + "Color Space" : "sRGB", + "Blue Component" : 0.16300037503242493, + "Alpha Component" : 1, + "Green Component" : 0.23660069704055786 + }, + "Use Bright Bold" : true, + "Ansi 9 Color (Light)" : { + "Red Component" : 0.8659515380859375, + "Color Space" : "sRGB", + "Blue Component" : 0.45833224058151245, + "Alpha Component" : 1, + "Green Component" : 0.47524076700210571 + }, + "Ansi 8 Color (Dark)" : { + "Red Component" : 0.40781760215759277, + "Color Space" : "sRGB", + "Blue Component" : 0.4078223705291748, + "Alpha Component" : 1, + "Green Component" : 0.40782788395881653 + }, + "Background Color" : { + "Red Component" : 0.97999999999999998, + "Color Space" : "sRGB", + "Blue Component" : 0.97999999999999998, + "Alpha Component" : 1, + "Green Component" : 0.97999999999999998 + }, + "Columns" : 80, + "Ansi 8 Color" : { + "Red Component" : 0.40781760215759277, + "Color Space" : "sRGB", + "Blue Component" : 0.4078223705291748, + "Alpha Component" : 1, + "Green Component" : 0.40782788395881653 + }, + "Right Option Key Sends" : 0, + "Ansi 4 Color (Light)" : { + "Red Component" : 0.15404300391674042, + "Color Space" : "sRGB", + "Blue Component" : 0.78216177225112915, + "Alpha Component" : 1, + "Green Component" : 0.26474356651306152 + }, + "Blinking Cursor" : false, + "Selected Text Color (Light)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0 + }, + "Selected Text Color (Dark)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0 + }, + "Ansi 3 Color (Dark)" : { + "Red Component" : 0.78058648109436035, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0.76959484815597534 + }, + "Keyboard Map" : { + + }, + "Visual Bell" : true, + "Only The Default BG Color Uses Transparency" : true, + "Cursor Text Color" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Scrollback Lines" : 1000, + "Selection Color (Light)" : { + "Red Component" : 0.70196080207824707, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.84313726425170898 + }, + "Ansi 0 Color" : { + "Red Component" : 0.078431375324726105, + "Color Space" : "sRGB", + "Blue Component" : 0.11764705926179886, + "Alpha Component" : 1, + "Green Component" : 0.098039217293262482 + }, + "Ansi 11 Color (Light)" : { + "Red Component" : 0.9259033203125, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0.8833775520324707 + }, + "Ansi 5 Color (Dark)" : { + "Red Component" : 0.752197265625, + "Color Space" : "sRGB", + "Blue Component" : 0.74494361877441406, + "Alpha Component" : 1, + "Green Component" : 0.24931684136390686 + }, + "Cursor Text Color (Light)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Silence Bell" : false, + "Rows" : 25, + "Draw Powerline Glyphs" : true, + "Guid" : "96EA4DEF-3C19-4E95-B31F-F9F1FB610067", + "Ansi 14 Color (Dark)" : { + "Red Component" : 0.37597531080245972, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.99263292551040649 + }, + "Ansi 15 Color (Dark)" : { + "Red Component" : 0.99999600648880005, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Ansi 0 Color (Dark)" : { + "Red Component" : 0.078431375324726105, + "Color Space" : "sRGB", + "Blue Component" : 0.11764705926179886, + "Alpha Component" : 1, + "Green Component" : 0.098039217293262482 + }, + "Ambiguous Double Width" : false, + "Option Key Sends" : 2, + "Ansi 3 Color" : { + "Red Component" : 0.78058648109436035, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0.76959484815597534 + }, + "Window Type" : 0, + "BM Growl" : true, + "Prompt Before Closing 2" : false, + "Command" : "", + "Selected Text Color" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0 + }, + "Ansi 14 Color (Light)" : { + "Red Component" : 0.37597531080245972, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.99263292551040649 + }, + "Cursor Guide Color (Dark)" : { + "Red Component" : 0.37649588016392954, + "Color Space" : "sRGB", + "Blue Component" : 0.94099044799804688, + "Alpha Component" : 0.25, + "Green Component" : 0.80232617749205526 + }, + "Send Code When Idle" : false, + "Ansi 6 Color" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0.78166204690933228, + "Alpha Component" : 1, + "Green Component" : 0.77425903081893921 + }, + "Jobs to Ignore" : [ + "rlogin", + "ssh", + "slogin", + "telnet" + ], + "Badge Color (Dark)" : { + "Red Component" : 0.9787440299987793, + "Color Space" : "sRGB", + "Blue Component" : 0.65218597462148864, + "Alpha Component" : 0.5, + "Green Component" : 0.65218597462148864 + }, + "Cursor Color" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0 + }, + "Vertical Spacing" : 1, + "Disable Window Resizing" : true, + "Close Sessions On End" : true, + "Selection Color (Dark)" : { + "Red Component" : 0.70196080207824707, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.84313726425170898 + }, + "Default Bookmark" : "No", + "Foreground Color (Light)" : { + "Red Component" : 0.062745098039215685, + "Color Space" : "sRGB", + "Blue Component" : 0.062745098039215685, + "Alpha Component" : 1, + "Green Component" : 0.062745098039215685 + }, + "Custom Command" : "No", + "Background Color (Dark)" : { + "Red Component" : 0.0806884765625, + "Color Space" : "sRGB", + "Blue Component" : 0.12103271484375, + "Alpha Component" : 1, + "Green Component" : 0.099111050367355347 + }, + "Ansi 9 Color" : { + "Red Component" : 0.8659515380859375, + "Color Space" : "sRGB", + "Blue Component" : 0.45833224058151245, + "Alpha Component" : 1, + "Green Component" : 0.47524076700210571 + }, + "Ansi 14 Color" : { + "Red Component" : 0.37597531080245972, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.99263292551040649 + }, + "Flashing Bell" : false, + "Use Italic Font" : true, + "Ansi 13 Color (Dark)" : { + "Red Component" : 0.8821563720703125, + "Color Space" : "sRGB", + "Blue Component" : 0.8821563720703125, + "Alpha Component" : 1, + "Green Component" : 0.4927266538143158 + }, + "Minimum Contrast" : 0, + "Cursor Guide Color (Light)" : { + "Red Component" : 0.52338262643729649, + "Color Space" : "sRGB", + "Blue Component" : 0.85319280624389648, + "Alpha Component" : 0.25, + "Green Component" : 0.77217718629089516 + }, + "Ansi 12 Color" : { + "Red Component" : 0.65349078178405762, + "Color Space" : "sRGB", + "Blue Component" : 0.9485321044921875, + "Alpha Component" : 1, + "Green Component" : 0.67044717073440552 + }, + "Ansi 10 Color (Light)" : { + "Red Component" : 0.3450070321559906, + "Color Space" : "sRGB", + "Blue Component" : 0.56541937589645386, + "Alpha Component" : 1, + "Green Component" : 0.9042816162109375 + }, + "Non-ASCII Anti Aliased" : true, + "Ansi 10 Color" : { + "Red Component" : 0.3450070321559906, + "Color Space" : "sRGB", + "Blue Component" : 0.56541937589645386, + "Alpha Component" : 1, + "Green Component" : 0.9042816162109375 + }, + "Foreground Color" : { + "Red Component" : 0.062745101749897003, + "Color Space" : "sRGB", + "Blue Component" : 0.062745101749897003, + "Alpha Component" : 1, + "Green Component" : 0.062745101749897003 + }, + "Link Color (Light)" : { + "Red Component" : 0.19802422821521759, + "Color Space" : "sRGB", + "Blue Component" : 0.9337158203125, + "Alpha Component" : 1, + "Green Component" : 0.55789834260940552 + }, + "Description" : "Default", + "Ansi 7 Color (Dark)" : { + "Red Component" : 0.7810397744178772, + "Color Space" : "sRGB", + "Blue Component" : 0.78104829788208008, + "Alpha Component" : 1, + "Green Component" : 0.78105825185775757 + }, + "Sync Title" : false, + "Ansi 1 Color" : { + "Red Component" : 0.7074432373046875, + "Color Space" : "sRGB", + "Blue Component" : 0.16300037503242493, + "Alpha Component" : 1, + "Green Component" : 0.23660069704055786 + }, + "Name" : "Default", + "Transparency" : 0, + "Horizontal Spacing" : 1, + "Cursor Color (Dark)" : { + "Red Component" : 0.99997633695602417, + "Color Space" : "sRGB", + "Blue Component" : 0.99998724460601807, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Ansi 2 Color (Dark)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0.7607843279838562 + }, + "Ansi 9 Color (Dark)" : { + "Red Component" : 0.8659515380859375, + "Color Space" : "sRGB", + "Blue Component" : 0.45833224058151245, + "Alpha Component" : 1, + "Green Component" : 0.47524076700210571 + }, + "Badge Color" : { + "Red Component" : 0.74613857269287109, + "Color Space" : "sRGB", + "Blue Component" : 0.11610633134841919, + "Alpha Component" : 0.5, + "Green Component" : 0.11610633134841919 + }, + "Ansi 13 Color (Light)" : { + "Red Component" : 0.8821563720703125, + "Color Space" : "sRGB", + "Blue Component" : 0.8821563720703125, + "Alpha Component" : 1, + "Green Component" : 0.4927266538143158 + }, + "Idle Code" : 0, + "Ansi 4 Color" : { + "Red Component" : 0.15404300391674042, + "Color Space" : "sRGB", + "Blue Component" : 0.78216177225112915, + "Alpha Component" : 1, + "Green Component" : 0.26474356651306152 + }, + "Bold Color (Dark)" : { + "Red Component" : 0.99999600648880005, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Screen" : -1, + "Ansi 4 Color (Dark)" : { + "Red Component" : 0.15404300391674042, + "Color Space" : "sRGB", + "Blue Component" : 0.78216177225112915, + "Alpha Component" : 1, + "Green Component" : 0.26474356651306152 + }, + "Cursor Text Color (Dark)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0 + }, + "Selection Color" : { + "Red Component" : 0.70196080207824707, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.84313726425170898 + }, + "Use Non-ASCII Font" : false, + "Badge Color (Light)" : { + "Red Component" : 0.74613857269287109, + "Color Space" : "sRGB", + "Blue Component" : 0.11610633058398889, + "Alpha Component" : 0.5, + "Green Component" : 0.11610633058398889 + }, + "Character Encoding" : 4, + "Ansi 11 Color (Dark)" : { + "Red Component" : 0.9259033203125, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0.8833775520324707 + }, + "Bold Color (Light)" : { + "Red Component" : 0.062745098039215685, + "Color Space" : "sRGB", + "Blue Component" : 0.062745098039215685, + "Alpha Component" : 1, + "Green Component" : 0.062745098039215685 + }, + "Ansi 12 Color (Dark)" : { + "Red Component" : 0.65349078178405762, + "Color Space" : "sRGB", + "Blue Component" : 0.9485321044921875, + "Alpha Component" : 1, + "Green Component" : 0.67044717073440552 + }, + "Ansi 7 Color" : { + "Red Component" : 0.7810397744178772, + "Color Space" : "sRGB", + "Blue Component" : 0.78104829788208008, + "Alpha Component" : 1, + "Green Component" : 0.78105825185775757 + }, + "Non Ascii Font" : "Monaco 12", + "Ansi 6 Color (Dark)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0.78166204690933228, + "Alpha Component" : 1, + "Green Component" : 0.77425903081893921 + }, + "Cursor Guide Color" : { + "Red Component" : 0.52338260412216187, + "Color Space" : "sRGB", + "Blue Component" : 0.85319280624389648, + "Alpha Component" : 0.25, + "Green Component" : 0.77217715978622437 + }, + "Custom Directory" : "No", + "Working Directory" : "\/Users\/cmc", + "ASCII Anti Aliased" : true, + "Shortcut" : "", + "Mouse Reporting" : true, + "Tags" : [ + + ], + "Ansi 6 Color (Light)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0.78166204690933228, + "Alpha Component" : 1, + "Green Component" : 0.77425903081893921 + }, + "Background Image Location" : "", + "Ansi 1 Color (Light)" : { + "Red Component" : 0.7074432373046875, + "Color Space" : "sRGB", + "Blue Component" : 0.16300037503242493, + "Alpha Component" : 1, + "Green Component" : 0.23660069704055786 + }, + "Use Bold Font" : true, + "Ansi 8 Color (Light)" : { + "Red Component" : 0.40781760215759277, + "Color Space" : "sRGB", + "Blue Component" : 0.4078223705291748, + "Alpha Component" : 1, + "Green Component" : 0.40782788395881653 + }, + "Ansi 2 Color" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0.7607843279838562 + }, + "Normal Font" : "MesloLGS-NF-Regular 13", + "Unlimited Scrollback" : false, + "Ansi 12 Color (Light)" : { + "Red Component" : 0.65349078178405762, + "Color Space" : "sRGB", + "Blue Component" : 0.9485321044921875, + "Alpha Component" : 1, + "Green Component" : 0.67044717073440552 + }, + "Ansi 10 Color (Dark)" : { + "Red Component" : 0.3450070321559906, + "Color Space" : "sRGB", + "Blue Component" : 0.56541937589645386, + "Alpha Component" : 1, + "Green Component" : 0.9042816162109375 + }, + "Ansi 3 Color (Light)" : { + "Red Component" : 0.78058648109436035, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0.76959484815597534 + }, + "Cursor Color (Light)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0 + }, + "Ansi 15 Color" : { + "Red Component" : 0.99999600648880005, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Blur" : false, + "Use Separate Colors for Light and Dark Mode" : true, + "Background Color (Light)" : { + "Red Component" : 0.97999999999999998, + "Color Space" : "sRGB", + "Blue Component" : 0.97999999999999998, + "Alpha Component" : 1, + "Green Component" : 0.97999999999999998 + }, + "Terminal Type" : "xterm-256color", + "Ansi 13 Color" : { + "Red Component" : 0.8821563720703125, + "Color Space" : "sRGB", + "Blue Component" : 0.8821563720703125, + "Alpha Component" : 1, + "Green Component" : 0.4927266538143158 + }, + "Ansi 5 Color (Light)" : { + "Red Component" : 0.752197265625, + "Color Space" : "sRGB", + "Blue Component" : 0.74494361877441406, + "Alpha Component" : 1, + "Green Component" : 0.24931684136390686 + }, + "Foreground Color (Dark)" : { + "Red Component" : 0.86197912693023682, + "Color Space" : "sRGB", + "Blue Component" : 0.86198854446411133, + "Alpha Component" : 1, + "Green Component" : 0.86199951171875 + }, + "Link Color" : { + "Red Component" : 0.19802422821521759, + "Color Space" : "sRGB", + "Blue Component" : 0.9337158203125, + "Alpha Component" : 1, + "Green Component" : 0.55789834260940552 + }, + "Link Color (Dark)" : { + "Red Component" : 0.19802422821521759, + "Color Space" : "sRGB", + "Blue Component" : 0.9337158203125, + "Alpha Component" : 1, + "Green Component" : 0.55789834260940552 + }, + "Ansi 11 Color" : { + "Red Component" : 0.9259033203125, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0.8833775520324707 + }, + "Ansi 5 Color" : { + "Red Component" : 0.752197265625, + "Color Space" : "sRGB", + "Blue Component" : 0.74494361877441406, + "Alpha Component" : 1, + "Green Component" : 0.24931684136390686 + }, + "Ansi 0 Color (Light)" : { + "Red Component" : 0.078431375324726105, + "Color Space" : "sRGB", + "Blue Component" : 0.11764705926179886, + "Alpha Component" : 1, + "Green Component" : 0.098039217293262482 + } +} \ No newline at end of file similarity index 100% rename from skhd/.config/skhd/skhdrc rename to macos/skhd/.config/skhd/skhdrc similarity index 100% rename from yabai/.config/yabai/yabairc rename to macos/yabai/.config/yabai/yabairc