local edits: ghostty config, aerospace mouse toggle, STM32 path, oh-my-posh token, australis theme
This commit is contained in:
@@ -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/guide#on-focus-changed-callbacks
|
||||||
# See https://nikitabobko.github.io/AeroSpace/commands#move-mouse
|
# See https://nikitabobko.github.io/AeroSpace/commands#move-mouse
|
||||||
# Fallback value (if you omit the key): on-focused-monitor-changed = []
|
# 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
|
# 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
|
# 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
|
# Also see: https://nikitabobko.github.io/AeroSpace/goodies#disable-hide-app
|
||||||
automatically-unhide-macos-hidden-apps = false
|
automatically-unhide-macos-hidden-apps = false
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
+3
-1
@@ -5,7 +5,7 @@ path=(~/.cache/lk-tools/fzf/bin $path)
|
|||||||
|
|
||||||
|
|
||||||
# Init OhMyPosh
|
# 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
|
# Set ZINIT Home
|
||||||
ZINIT_HOME="${HOME}/.config/zinit/zinit.git"
|
ZINIT_HOME="${HOME}/.config/zinit/zinit.git"
|
||||||
@@ -113,3 +113,5 @@ elif [[ $(uname) == "Linux" ]]; then
|
|||||||
bindkey "${terminfo[kcud1]}" history-search-forward
|
bindkey "${terminfo[kcud1]}" history-search-forward
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
export STM32_PRG_PATH=/Applications/STMicroelectronics/STM32Cube/STM32CubeProgrammer/STM32CubeProgrammer.app/Contents/MacOs/bin
|
||||||
Reference in New Issue
Block a user