feat(config): extend stubs for existing defined apps

docs(distro): extend TODO/ref comments within current arch `setup.sh`
script
This commit is contained in:
2026-02-25 16:13:41 +00:00
parent 7aac312b49
commit 10d73bb177
13 changed files with 40 additions and 9 deletions

View File

@@ -0,0 +1 @@
NOTE: preferences.json

View File

@@ -1 +0,0 @@
catppuccin theme

View File

View File

@@ -1 +0,0 @@
catppuccin theme

View File

@@ -0,0 +1,27 @@
gui:
# Theme Configuration (Catppucin)
# LICENSE: MIT (https://github.com/catppuccin/lazygit/blob/main/LICENSE)
# SOURCE: https://github.com/catppuccin/lazygit
theme:
activeBorderColor:
- '#89b4fa'
- bold
inactiveBorderColor:
- '#a6adc8'
optionsTextColor:
- '#89b4fa'
selectedLineBgColor:
- '#313244'
cherryPickedCommitBgColor:
- '#45475a'
cherryPickedCommitFgColor:
- '#89b4fa'
unstagedChangesColor:
- '#f38ba8'
defaultFgColor:
- '#cdd6f4'
searchingActiveBorderColor:
- '#f9e2af'
authorColors:
'*': '#b4befe'

View File

@@ -0,0 +1 @@
-- TODO: add plugin configuration (+ deps)

View File

View File

@@ -1 +0,0 @@
catppuccin theme

View File

View File

View File

@@ -23,7 +23,7 @@ plugins=(
emoji emoji
docker docker
encode64 encode64
web-search # fzf
) )
setopt HIST_FIND_NO_DUPS setopt HIST_FIND_NO_DUPS

View File

@@ -5,6 +5,8 @@
# #
# Install with/without SELinux setup with Arch? # Install with/without SELinux setup with Arch?
# `audit` setup not included within here (more install-specific cfg)
# Suggest using AppArmor + Firejail for others. # Suggest using AppArmor + Firejail for others.
# harderned kernel setups? # harderned kernel setups?
@@ -12,9 +14,11 @@ ARCH_APPS = (
base-devel base-devel
git git
zsh
zoxide
kitty kitty
fastfetch # ofc, ofc fastfetch # ofc, ofc
zoxide
neovim neovim
lazygit lazygit
@@ -24,7 +28,7 @@ ARCH_APPS = (
) )
AUR_APPS = ( AUR_APPS = (
brave # disable safe browsing; privacy (sends URLS, hashes - but known DB, for checking against single API) brave # disable safe browsing; security + privacy concerns (sends URLS, hashes - but known DB, for checking against single API)
firefox firefox
# bruno # bruno
@@ -48,13 +52,14 @@ ARCH_HYPR_APPS = (
hyprland hyprland
hyprlock hyprlock
hypridle hypridle
rofi
swaync
waybar waybar
swaync
rofi
) )
ARCH_HYPR_AUR_APPS = ( ARCH_HYPR_AUR_APPS = (
awww-git awww-git # wallpaper mgmt (can substitute)
) )
# if [[ $HOSTTYPE == "server" ]]; then STANDARD_PKGS+=(tmux) else AUR_PKGS+=(spotify) fi # if [[ $HOSTTYPE == "server" ]]; then STANDARD_PKGS+=(tmux) else AUR_PKGS+=(spotify) fi