diff options
| author | Christian Cleberg <[email protected]> | 2026-02-15 18:09:57 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-02-15 18:18:07 -0600 |
| commit | 590cb005999e9e9d497bf67aa40d6a7a78cc0f1f (patch) | |
| tree | 37390304688c33ff237aacfea1ac5722d4e25a03 | |
| parent | c3e1b1896ab156f6fa1529ebd630b065eff42efa (diff) | |
| download | dotfiles-590cb005999e9e9d497bf67aa40d6a7a78cc0f1f.tar.gz dotfiles-590cb005999e9e9d497bf67aa40d6a7a78cc0f1f.tar.bz2 dotfiles-590cb005999e9e9d497bf67aa40d6a7a78cc0f1f.zip | |
split files into common, linux, and macos directories
| -rw-r--r-- | bootstrap.sh | 57 | ||||
| -rw-r--r-- | common/doom/.config/doom/config.el (renamed from doom/.config/doom/config.el) | 0 | ||||
| -rw-r--r-- | common/doom/.config/doom/custom.el (renamed from doom/.config/doom/custom.el) | 0 | ||||
| -rw-r--r-- | common/doom/.config/doom/init.el (renamed from doom/.config/doom/init.el) | 0 | ||||
| -rw-r--r-- | common/doom/.config/doom/packages.el (renamed from doom/.config/doom/packages.el) | 0 | ||||
| -rw-r--r-- | common/git/.gitconfig (renamed from git/.gitconfig) | 0 | ||||
| -rw-r--r-- | common/git/.gitignore_global (renamed from git/.gitignore_global) | 0 | ||||
| -rw-r--r-- | common/ispell/.ispell_english (renamed from ispell/.ispell_english) | 0 | ||||
| -rw-r--r-- | common/ssh/config | 32 | ||||
| -rw-r--r-- | common/zsh/.zprofile (renamed from zsh/.zprofile) | 0 | ||||
| -rw-r--r-- | common/zsh/.zshrc (renamed from zsh/.zshrc) | 0 | ||||
| -rw-r--r-- | macos/.DS_Store | bin | 0 -> 8196 bytes | |||
| -rw-r--r-- | macos/iterm2/DefaultProfile.json | 609 | ||||
| -rw-r--r-- | macos/skhd/.config/skhd/skhdrc (renamed from skhd/.config/skhd/skhdrc) | 0 | ||||
| -rw-r--r-- | macos/yabai/.config/yabai/yabairc (renamed from yabai/.config/yabai/yabairc) | 0 |
15 files changed, 641 insertions, 57 deletions
diff --git a/bootstrap.sh b/bootstrap.sh deleted file mode 100644 index 23c8145..0000000 --- a/bootstrap.sh +++ /dev/null @@ -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'" diff --git a/doom/.config/doom/config.el b/common/doom/.config/doom/config.el index fb216eb..fb216eb 100644 --- a/doom/.config/doom/config.el +++ b/common/doom/.config/doom/config.el diff --git a/doom/.config/doom/custom.el b/common/doom/.config/doom/custom.el index e503a83..e503a83 100644 --- a/doom/.config/doom/custom.el +++ b/common/doom/.config/doom/custom.el diff --git a/doom/.config/doom/init.el b/common/doom/.config/doom/init.el index 2f9b817..2f9b817 100644 --- a/doom/.config/doom/init.el +++ b/common/doom/.config/doom/init.el diff --git a/doom/.config/doom/packages.el b/common/doom/.config/doom/packages.el index cfdd1a0..cfdd1a0 100644 --- a/doom/.config/doom/packages.el +++ b/common/doom/.config/doom/packages.el diff --git a/git/.gitconfig b/common/git/.gitconfig index ea494ad..ea494ad 100644 --- a/git/.gitconfig +++ b/common/git/.gitconfig diff --git a/git/.gitignore_global b/common/git/.gitignore_global index 5abac3e..5abac3e 100644 --- a/git/.gitignore_global +++ b/common/git/.gitignore_global diff --git a/ispell/.ispell_english b/common/ispell/.ispell_english index 2c6a60f..2c6a60f 100644 --- a/ispell/.ispell_english +++ b/common/ispell/.ispell_english diff --git a/common/ssh/config b/common/ssh/config new file mode 100644 index 0000000..5a66743 --- /dev/null +++ b/common/ssh/config @@ -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 [email protected] + KexAlgorithms [email protected],diffie-hellman-group-exchange-sha256 + HostKeyAlgorithms rsa-sha2-512,rsa-sha2-256,ssh-ed25519 diff --git a/zsh/.zprofile b/common/zsh/.zprofile index 67eda70..67eda70 100644 --- a/zsh/.zprofile +++ b/common/zsh/.zprofile diff --git a/zsh/.zshrc b/common/zsh/.zshrc index aab6477..aab6477 100644 --- a/zsh/.zshrc +++ b/common/zsh/.zshrc diff --git a/macos/.DS_Store b/macos/.DS_Store Binary files differnew file mode 100644 index 0000000..00be6f7 --- /dev/null +++ b/macos/.DS_Store diff --git a/macos/iterm2/DefaultProfile.json b/macos/iterm2/DefaultProfile.json new file mode 100644 index 0000000..e96a5e2 --- /dev/null +++ b/macos/iterm2/DefaultProfile.json @@ -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 diff --git a/skhd/.config/skhd/skhdrc b/macos/skhd/.config/skhd/skhdrc index 981cf17..981cf17 100644 --- a/skhd/.config/skhd/skhdrc +++ b/macos/skhd/.config/skhd/skhdrc diff --git a/yabai/.config/yabai/yabairc b/macos/yabai/.config/yabai/yabairc index eedc6a9..eedc6a9 100644 --- a/yabai/.config/yabai/yabairc +++ b/macos/yabai/.config/yabai/yabairc |
