wezterm: Cross-platform Terminal-Konfiguration hinzugefuegt
- wezterm.lua: Catppuccin Macchiato, MesloLGS NF, 120x35, plattformspezifische Fontgroesse - setup-base.sh: WezTerm via offiziellem apt-Repository installieren - setup-desktop.sh: ~/.wezterm.lua beim Desktop-Setup aus Repo laden
This commit is contained in:
parent
b4a0f27b7b
commit
5f5111fd70
3 changed files with 64 additions and 0 deletions
|
|
@ -187,6 +187,17 @@ TERMEOF
|
|||
ok "XFCE Terminal: MesloLGS NF Schriftart"
|
||||
fi
|
||||
|
||||
# WezTerm: Konfiguration einrichten
|
||||
WEZTERM_CFG="$HOME/.wezterm.lua"
|
||||
if [[ ! -f "$WEZTERM_CFG" ]]; then
|
||||
curl -fsSL "$FORGEJO/rene/macbook-setup/raw/branch/main/wezterm.lua" \
|
||||
-o "$WEZTERM_CFG" \
|
||||
&& ok "WezTerm: ~/.wezterm.lua eingerichtet" \
|
||||
|| warn "WezTerm: Konfiguration uebersprungen"
|
||||
else
|
||||
ok "WezTerm: ~/.wezterm.lua bereits vorhanden"
|
||||
fi
|
||||
|
||||
# ── Autostart entfernen ─────────────────────────────────────────────────
|
||||
AUTOSTART_FILE="$HOME/.config/autostart/macbook-setup-desktop.desktop"
|
||||
if [[ -f "$AUTOSTART_FILE" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue