No description
| .src@29bbfe1709 | ||
| hypr | ||
| .gitmodules | ||
| blackarch.sh | ||
| blesh.sh | ||
| colorscript.sh | ||
| docker-new.sh | ||
| docker.sh | ||
| dotfiles.sh | ||
| forgejo-runner.sh | ||
| gbar.sh | ||
| ghostty.sh | ||
| hyprland.sh | ||
| hyprlock.sh | ||
| hyprpanel.sh | ||
| hyprshot.sh | ||
| ly.sh | ||
| neovide.sh | ||
| neovim.sh | ||
| pika.sh | ||
| pkgui.sh | ||
| postinstall.sh | ||
| quickshell.sh | ||
| README.md | ||
| rofi.sh | ||
| swww.sh | ||
| template.sh | ||
| test.sh | ||
| virt-manager.sh | ||
| xmrig.sh | ||
| yazi.sh | ||
| ytgo.sh | ||
| zellij.sh | ||
| zen-browser.sh | ||
🛠️ Script Collection
Tip
Feel free to use and modify these scripts to suit your needs!
🚀 Quick Start
Clone the repository and start using the scripts:
git clone https://git.k4li.de/scripts/installs.git scripts && cd scripts
Or run individual scripts directly:
curl -fsSL <URL> | sh
📁 Utility Scripts
-
👽️
updates.sh
Updates system packages + flatpaks.curl -sSL https://git.k4li.de/scripts/installs/raw/branch/main/updates.sh | sh -
🚀
postinstall.sh
Sets up basic post-install tasks.curl -sSL https://git.k4li.de/scripts/installs/raw/branch/main/postinstall.sh | sh -s -- -- <flag>Available Flag Description --install-base Installs base packages like zsh and tmux, zoxide and trash etc. --optimize-os Currently only supported by apt based systems. Installs nala and fetches best mirrors. Equivalent options might be made in the future for other packagemanagers.
Tip
You can run all options together, with the
allflag.curl -sSL https://git.k4li.de/scripts/installs/raw/branch/main/setup/postinstall.sh | sh -s -- --all
📦 Install Scripts
-
🐋
docker.shInstalls Docker (Debian, Ubuntu, Fedora).curl -sSL https://git.k4li.de/scripts/installs/raw/branch/main/docker.sh | sh -
forgejo-runner.shInstalls forgejo-runner binarycurl -sSL https://git.k4li.de/scripts/installs/raw/branch/main/forgejo-runner.sh | sh -
✨
neovim.shInstalls Neovim 10.0+ (Debian, Ubuntu, Fedora).curl -sSL https://git.k4li.de/scripts/installs/raw/branch/main/neovim.sh | sh -
🎨
neovide.shInstalls Neovide with Cargo (includes Cargo setup).curl -sSL https://git.k4li.de/scripts/installs/raw/branch/main/neovide.sh | sh -
⚡️
xmrig.shInstalls xmrig in$HOME/.bin/xmrig/.curl -sSL https://git.k4li.de/scripts/installs/raw/branch/main/xmrig.sh | sh -
🗃️
yazi.shInstalls yazi with Cargo.curl -fsSL https://git.k4li.de/scripts/installs/raw/branch/main/yazi.sh | sh -
ytgo.shInstalls ytgo.curl -fsSL https://git.k4li.de/scripts/installs/raw/branch/main/ytgo.sh | sh
📚 Browse More
Explore additional scripts in the repository. Modify them or use them as-is to streamline your workflow!