Initial chezmoi-managed dotfiles with bootstrap scripts
- Rename master to legacy-2025 on remote (frozen pre-chezmoi snapshot) - New orphan 'main' branch with bootstrap-enabled config - .chezmoi.yaml.tmpl detects os_family (debian | arch) from /etc/os-release - dot_zshrc.tmpl refactored from current miche config with os_family conditional for pacman vs apt aliases - dot_config/: bat, btop, ghostty (with gruvbox themes), kitty (with gruvbox colors), nvim (LazyVim), paru - dot_gitconfig.tmpl, dot_tmux.conf (verbatim from current state) - run_once_00-install-bootstrap-tools.sh.tmpl: age, git, curl, ca-certificates - run_once_10-add-chaotic-aur.sh.tmpl (arch-only): add Chaotic-AUR + install paru - run_once_20-install-user-packages.sh.tmpl: zsh, tmux, neovim (with version check + binary tarball fallback for debian), oh-my-zsh + plugins, tpm, rustup, all CLI tools - run_onchange_30-ensure-cargo.sh.tmpl: rustup fallback - README.md with onboarding runbook
This commit is contained in:
commit
2f1477668b
45 changed files with 2128 additions and 0 deletions
47
dot_config/kitty/colors/gruvbox-material-dark-hard.conf
Normal file
47
dot_config/kitty/colors/gruvbox-material-dark-hard.conf
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
background #1d2021
|
||||
foreground #d4be98
|
||||
|
||||
selection_background #d4be98
|
||||
selection_foreground #1d2021
|
||||
|
||||
cursor #a89984
|
||||
cursor_text_color background
|
||||
|
||||
active_tab_background #1d2021
|
||||
active_tab_foreground #d4be98
|
||||
active_tab_font_style bold
|
||||
inactive_tab_background #1d2021
|
||||
inactive_tab_foreground #a89984
|
||||
inactive_tab_font_style normal
|
||||
|
||||
# Black
|
||||
color0 #665c54
|
||||
color8 #928374
|
||||
|
||||
# Red
|
||||
color1 #ea6962
|
||||
color9 #ea6962
|
||||
|
||||
# Green
|
||||
color2 #a9b665
|
||||
color10 #a9b665
|
||||
|
||||
# Yellow
|
||||
color3 #e78a4e
|
||||
color11 #d8a657
|
||||
|
||||
# Blue
|
||||
color4 #7daea3
|
||||
color12 #7daea3
|
||||
|
||||
# Magenta
|
||||
color5 #d3869b
|
||||
color13 #d3869b
|
||||
|
||||
# Cyan
|
||||
color6 #89b482
|
||||
color14 #89b482
|
||||
|
||||
# White
|
||||
color7 #d4be98
|
||||
color15 #d4be98
|
||||
47
dot_config/kitty/colors/gruvbox-material-dark-medium.conf
Normal file
47
dot_config/kitty/colors/gruvbox-material-dark-medium.conf
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
background #282828
|
||||
foreground #d4be98
|
||||
|
||||
selection_background #d4be98
|
||||
selection_foreground #282828
|
||||
|
||||
cursor #a89984
|
||||
cursor_text_color background
|
||||
|
||||
active_tab_background #282828
|
||||
active_tab_foreground #d4be98
|
||||
active_tab_font_style bold
|
||||
inactive_tab_background #282828
|
||||
inactive_tab_foreground #a89984
|
||||
inactive_tab_font_style normal
|
||||
|
||||
# Black
|
||||
color0 #665c54
|
||||
color8 #928374
|
||||
|
||||
# Red
|
||||
color1 #ea6962
|
||||
color9 #ea6962
|
||||
|
||||
# Green
|
||||
color2 #a9b665
|
||||
color10 #a9b665
|
||||
|
||||
# Yellow
|
||||
color3 #e78a4e
|
||||
color11 #d8a657
|
||||
|
||||
# Blue
|
||||
color4 #7daea3
|
||||
color12 #7daea3
|
||||
|
||||
# Magenta
|
||||
color5 #d3869b
|
||||
color13 #d3869b
|
||||
|
||||
# Cyan
|
||||
color6 #89b482
|
||||
color14 #89b482
|
||||
|
||||
# White
|
||||
color7 #d4be98
|
||||
color15 #d4be98
|
||||
47
dot_config/kitty/colors/gruvbox-material-dark-soft.conf
Normal file
47
dot_config/kitty/colors/gruvbox-material-dark-soft.conf
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
background #32302f
|
||||
foreground #d4be98
|
||||
|
||||
selection_background #d4be98
|
||||
selection_foreground #32302f
|
||||
|
||||
cursor #a89984
|
||||
cursor_text_color background
|
||||
|
||||
active_tab_background #32302f
|
||||
active_tab_foreground #d4be98
|
||||
active_tab_font_style bold
|
||||
inactive_tab_background #32302f
|
||||
inactive_tab_foreground #a89984
|
||||
inactive_tab_font_style normal
|
||||
|
||||
# Black
|
||||
color0 #665c54
|
||||
color8 #928374
|
||||
|
||||
# Red
|
||||
color1 #ea6962
|
||||
color9 #ea6962
|
||||
|
||||
# Green
|
||||
color2 #a9b665
|
||||
color10 #a9b665
|
||||
|
||||
# Yellow
|
||||
color3 #e78a4e
|
||||
color11 #d8a657
|
||||
|
||||
# Blue
|
||||
color4 #7daea3
|
||||
color12 #7daea3
|
||||
|
||||
# Magenta
|
||||
color5 #d3869b
|
||||
color13 #d3869b
|
||||
|
||||
# Cyan
|
||||
color6 #89b482
|
||||
color14 #89b482
|
||||
|
||||
# White
|
||||
color7 #d4be98
|
||||
color15 #d4be98
|
||||
47
dot_config/kitty/colors/gruvbox-material-light-hard.conf
Normal file
47
dot_config/kitty/colors/gruvbox-material-light-hard.conf
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
background #f9f5d7
|
||||
foreground #654735
|
||||
|
||||
selection_background #654735
|
||||
selection_foreground #f9f5d7
|
||||
|
||||
cursor #928374
|
||||
cursor_text_color background
|
||||
|
||||
active_tab_background #f9f5d7
|
||||
active_tab_foreground #654735
|
||||
active_tab_font_style bold
|
||||
inactive_tab_background #f9f5d7
|
||||
inactive_tab_foreground #7c6f64
|
||||
inactive_tab_font_style normal
|
||||
|
||||
# Black
|
||||
color0 #bdae93
|
||||
color8 #928374
|
||||
|
||||
# Red
|
||||
color1 #c14a4a
|
||||
color9 #c14a4a
|
||||
|
||||
# Green
|
||||
color2 #6c782e
|
||||
color10 #6c782e
|
||||
|
||||
# Yellow
|
||||
color3 #c35e0a
|
||||
color11 #b47109
|
||||
|
||||
# Blue
|
||||
color4 #45707a
|
||||
color12 #45707a
|
||||
|
||||
# Magenta
|
||||
color5 #945e80
|
||||
color13 #945e80
|
||||
|
||||
# Cyan
|
||||
color6 #4c7a5d
|
||||
color14 #4c7a5d
|
||||
|
||||
# White
|
||||
color7 #654735
|
||||
color15 #654735
|
||||
47
dot_config/kitty/colors/gruvbox-material-light-medium.conf
Normal file
47
dot_config/kitty/colors/gruvbox-material-light-medium.conf
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
background #fbf1c7
|
||||
foreground #654735
|
||||
|
||||
selection_background #654735
|
||||
selection_foreground #fbf1c7
|
||||
|
||||
cursor #928374
|
||||
cursor_text_color background
|
||||
|
||||
active_tab_background #fbf1c7
|
||||
active_tab_foreground #654735
|
||||
active_tab_font_style bold
|
||||
inactive_tab_background #fbf1c7
|
||||
inactive_tab_foreground #7c6f64
|
||||
inactive_tab_font_style normal
|
||||
|
||||
# Black
|
||||
color0 #bdae93
|
||||
color8 #928374
|
||||
|
||||
# Red
|
||||
color1 #c14a4a
|
||||
color9 #c14a4a
|
||||
|
||||
# Green
|
||||
color2 #6c782e
|
||||
color10 #6c782e
|
||||
|
||||
# Yellow
|
||||
color3 #c35e0a
|
||||
color11 #b47109
|
||||
|
||||
# Blue
|
||||
color4 #45707a
|
||||
color12 #45707a
|
||||
|
||||
# Magenta
|
||||
color5 #945e80
|
||||
color13 #945e80
|
||||
|
||||
# Cyan
|
||||
color6 #4c7a5d
|
||||
color14 #4c7a5d
|
||||
|
||||
# White
|
||||
color7 #654735
|
||||
color15 #654735
|
||||
47
dot_config/kitty/colors/gruvbox-material-light-soft.conf
Normal file
47
dot_config/kitty/colors/gruvbox-material-light-soft.conf
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
background #f2e5bc
|
||||
foreground #654735
|
||||
|
||||
selection_background #654735
|
||||
selection_foreground #f2e5bc
|
||||
|
||||
cursor #928374
|
||||
cursor_text_color background
|
||||
|
||||
active_tab_background #f2e5bc
|
||||
active_tab_foreground #654735
|
||||
active_tab_font_style bold
|
||||
inactive_tab_background #f2e5bc
|
||||
inactive_tab_foreground #7c6f64
|
||||
inactive_tab_font_style normal
|
||||
|
||||
# Black
|
||||
color0 #bdae93
|
||||
color8 #928374
|
||||
|
||||
# Red
|
||||
color1 #c14a4a
|
||||
color9 #c14a4a
|
||||
|
||||
# Green
|
||||
color2 #6c782e
|
||||
color10 #6c782e
|
||||
|
||||
# Yellow
|
||||
color3 #c35e0a
|
||||
color11 #b47109
|
||||
|
||||
# Blue
|
||||
color4 #45707a
|
||||
color12 #45707a
|
||||
|
||||
# Magenta
|
||||
color5 #945e80
|
||||
color13 #945e80
|
||||
|
||||
# Cyan
|
||||
color6 #4c7a5d
|
||||
color14 #4c7a5d
|
||||
|
||||
# White
|
||||
color7 #654735
|
||||
color15 #654735
|
||||
Loading…
Add table
Add a link
Reference in a new issue