The general configuration of my development environment and many other general computer things.

Add new colour schemes for nushell

+44 -2
+21
dot_config/kitty/themes/breakers.conf
··· 1 + background #fcfdfd 2 + foreground #333333 3 + cursor #5fb4b4 4 + selection_background #d8dcdf 5 + selection_foreground #f8f8f8 6 + color0 #333333 7 + color8 #333333 8 + color1 #ec5f66 9 + color9 #f97b58 10 + color2 #80b979 11 + color10 #80b979 12 + color3 #f9ae58 13 + color11 #fac761 14 + color4 #6699cc 15 + color12 #6699cc 16 + color5 #c695c6 17 + color13 #c695c6 18 + color6 #5c99d6 19 + color14 #5c99d6 20 + color7 #999999 21 + color15 #999999
+21
dot_config/kitty/themes/mariana.conf
··· 1 + background #303841 2 + foreground #d8dee9 3 + cursor #f9ae58 4 + selection_background #596673 5 + selection_foreground #f8f8f8 6 + color0 #000000 7 + color8 #000000 8 + color1 #ec5f66 9 + color9 #f97b58 10 + color2 #99c794 11 + color10 #99c794 12 + color3 #f9ae58 13 + color11 #ee932b 14 + color4 #6699cc 15 + color12 #6699cc 16 + color5 #c695c6 17 + color13 #c695c6 18 + color6 #5c99d6 19 + color14 #5c99d6 20 + color7 #ffffff 21 + color15 #f7f7f7
+2 -2
private_Library/private_Application Support/nushell/config.nu
··· 83 83 ### Setup aliases 84 84 alias edit = ^($env.EDITOR) 85 85 alias start = ^open 86 - alias set-light-theme = kitty +kitten themes Rosé Pine Dawn 87 - alias set-dark-theme = kitty +kitten themes Rosé Pine Moon 86 + alias set-light-theme = kitty +kitten themes Breakers 87 + alias set-dark-theme = kitty +kitten themes Mariana 88 88 alias brew-backup = brew bundle dump --global --no-lock --cask --mas --tap --force 89 89 alias brew-cleanup = brew bundle cleanup --global --no-lock --force --zap 90 90 alias brew-restore = brew bundle install --global --no-lock