autotiling dependency

This commit is contained in:
Jonas H
2026-08-04 11:38:03 +02:00
parent 330f6624ea
commit 329d51583d

View File

@@ -159,7 +159,6 @@ warn_missing() {
}
warn_missing yazi "not in Fedora repos — enable COPR: 'dnf copr enable atim/yazi && dnf install yazi'"
warn_missing autotiling "install via pip: pip install --user autotiling"
warn_missing eww "install from https://github.com/elkowar/eww/releases"
warn_missing wezterm "install from https://wezfurlong.org/wezterm/install/linux.html"
warn_missing stylua "nvim formatter — install via :MasonInstall stylua or 'cargo install stylua'"
@@ -216,6 +215,20 @@ else
curl -fsSL https://pyenv.run | bash
fi
# ---------------------------------------------------------------------------
# autotiling (pip --user → ~/.local/bin, no pyenv required)
# ---------------------------------------------------------------------------
header "autotiling"
if have autotiling; then
ok "autotiling already installed"
else
info "Installing autotiling via pip..."
pip install --user autotiling
ok "autotiling installed"
fi
# ---------------------------------------------------------------------------
# Signal (flatpak)
# ---------------------------------------------------------------------------