diff --git a/home_config/aerospace/aerospace.toml b/home_config/aerospace/aerospace.toml index 8cdc351..8b1d7a7 100644 --- a/home_config/aerospace/aerospace.toml +++ b/home_config/aerospace/aerospace.toml @@ -36,9 +36,9 @@ default-root-container-orientation = 'auto' # See https://nikitabobko.github.io/AeroSpace/guide#on-focus-changed-callbacks # See https://nikitabobko.github.io/AeroSpace/commands#move-mouse # Fallback value (if you omit the key): on-focused-monitor-changed = [] -on-focused-monitor-changed = ['move-mouse monitor-lazy-center'] +# on-focused-monitor-changed = ['move-mouse monitor-lazy-center'] # or -on-focus-changed = ['move-mouse window-lazy-center'] # Mouse lazily follows any focus (window or workspace)# You can effectively turn off macOS "Hide application" (cmd-h) feature by toggling this flag +# on-focus-changed = ['move-mouse window-lazy-center'] # Mouse lazily follows any focus (window or workspace)# You can effectively turn off macOS "Hide application" (cmd-h) feature by toggling this flag # Useful if you don't use this macOS feature, but accidentally hit cmd-h or cmd-alt-h key # Also see: https://nikitabobko.github.io/AeroSpace/goodies#disable-hide-app automatically-unhide-macos-hidden-apps = false diff --git a/home_config/ghostty/config b/home_config/ghostty/config index e69de29..e8d4a54 100644 --- a/home_config/ghostty/config +++ b/home_config/ghostty/config @@ -0,0 +1,38 @@ +# Font +font-family = VictorMono Nerd Font +font-size = 16 +font-style = Regular +font-style-bold = Bold +font-style-italic = Italic +font-style-bold-italic = Bold Italic +adjust-cell-height = 5% +font-thicken = true + +# Theme +theme = australis + +# Window +window-padding-x = 10 +window-padding-y = 10 +window-padding-balance = true +background-opacity = 0.95 +background-blur-radius = 20 +macos-titlebar-style = tabs + +# Cursor +cursor-style = bar +cursor-style-blink = true + +# Behavior +scrollback-limit = 10000 +mouse-hide-while-typing = true +copy-on-select = false +confirm-close-surface = false + +# Shell integration +shell-integration = detect +shell-integration-features = cursor,sudo,title + +# Rendering +bold-is-bright = false +minimum-contrast = 1.1 diff --git a/home_config/ghostty/themes/australis b/home_config/ghostty/themes/australis new file mode 100644 index 0000000..0ffe8f4 --- /dev/null +++ b/home_config/ghostty/themes/australis @@ -0,0 +1,37 @@ +background = #222531 +foreground = #a9bcc3 +cursor-color = #51e08a +selection-background = #6388d8 +selection-foreground = #cce7ec + +# Black / Bright Black +palette = 0=#222531 +palette = 8=#373b46 + +# Red / Bright Red +palette = 1=#ff491a +palette = 9=#ff854f + +# Green / Bright Green +palette = 2=#16b866 +palette = 10=#51e08a + +# Yellow / Bright Yellow +palette = 3=#e1c631 +palette = 11=#ffe14e + +# Blue / Bright Blue +palette = 4=#6388d8 +palette = 12=#a4c4ff + +# Magenta / Bright Magenta +palette = 5=#9d78ff +palette = 13=#d8adff + +# Cyan / Bright Cyan +palette = 6=#00b1a8 +palette = 14=#42dcd1 + +# White / Bright White +palette = 7=#a9bcc3 +palette = 15=#cce7ec diff --git a/home_root/.zshrc b/home_root/.zshrc index 442432f..90388d1 100644 --- a/home_root/.zshrc +++ b/home_root/.zshrc @@ -5,7 +5,7 @@ path=(~/.cache/lk-tools/fzf/bin $path) # Init OhMyPosh -eval "$(oh-my-posh init zsh --config https://gitea.phasefinal.com/vh/dotfiles/raw/branch/master/home_config/ohmyposh/lkraven.toml)" +eval "$(oh-my-posh init zsh --config https://333e8677ac54a1845fe68813017ab7e807c87ab2@gitea.phasefinal.com/vh/dotfiles/raw/branch/master/home_config/ohmyposh/lkraven.toml)" # Set ZINIT Home ZINIT_HOME="${HOME}/.config/zinit/zinit.git" @@ -113,3 +113,5 @@ elif [[ $(uname) == "Linux" ]]; then bindkey "${terminfo[kcud1]}" history-search-forward fi + +export STM32_PRG_PATH=/Applications/STMicroelectronics/STM32Cube/STM32CubeProgrammer/STM32CubeProgrammer.app/Contents/MacOs/bin \ No newline at end of file