No description
Find a file
2025-05-18 17:19:16 +02:00
.src wip 2025-05-08 17:14:55 +02:00
hypr testing 2025-05-16 10:38:34 +02:00
colorscript.sh wip 2025-05-05 10:04:43 +02:00
docker.sh changed docker stuff 2025-05-11 15:16:07 +02:00
forgejo-runner.sh wip 2025-05-04 19:18:37 +02:00
gbar.sh fixing errors.. 2025-05-12 14:55:19 +02:00
ghostty.sh wip 2025-05-03 09:44:33 +02:00
hyprland.sh fixed some things 2025-05-18 11:59:19 +02:00
hyprlock.sh addet dependencies 2025-05-16 12:08:36 +02:00
hyprpanel.sh wip 2025-05-13 11:20:42 +02:00
hyprshot.sh batman 2025-05-12 14:30:24 +02:00
neovide.sh fixed neovide 2025-05-11 12:08:09 +02:00
neovim.sh noice 2025-05-12 14:37:00 +02:00
pkgui.sh standardization process 2025-05-11 15:16:38 +02:00
postinstall.sh wip 2025-05-17 21:05:21 +02:00
README.md wip 2025-05-03 09:44:33 +02:00
rofi.sh noice 2025-05-12 14:37:00 +02:00
swww.sh wip 2025-05-11 17:54:21 +02:00
template.sh wip 2025-05-18 17:19:16 +02:00
virt-manager.sh wip 2025-05-18 12:11:13 +02:00
xmrig.sh wip 2025-05-04 19:18:37 +02:00
yazi.sh testing 2025-05-18 12:56:45 +02:00
ytgo.sh wip 2025-05-07 22:21:59 +02:00
zellij.sh wip 2025-05-12 15:55:43 +02:00
zen-browser.sh fixes 2025-05-13 10:19:07 +02:00

🛠️ 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 all flag.

curl -sSL https://git.k4li.de/scripts/installs/raw/branch/main/setup/postinstall.sh | sh -s -- --all

📦 Install Scripts

  • 🐋 docker.sh Installs Docker (Debian, Ubuntu, Fedora).

    curl -sSL https://git.k4li.de/scripts/installs/raw/branch/main/docker.sh | sh
    
  • forgejo-runner.sh Installs forgejo-runner binary

    curl -sSL https://git.k4li.de/scripts/installs/raw/branch/main/forgejo-runner.sh | sh
    
  • neovim.sh Installs Neovim 10.0+ (Debian, Ubuntu, Fedora).

    curl -sSL https://git.k4li.de/scripts/installs/raw/branch/main/neovim.sh | sh
    
  • 🎨 neovide.sh Installs Neovide with Cargo (includes Cargo setup).

    curl -sSL https://git.k4li.de/scripts/installs/raw/branch/main/neovide.sh | sh
    
  • xmrig.sh Installs xmrig in $HOME/.bin/xmrig/.

    curl -sSL https://git.k4li.de/scripts/installs/raw/branch/main/xmrig.sh | sh
    
  • 🗃️ yazi.sh Installs yazi with Cargo.

    curl -fsSL https://git.k4li.de/scripts/installs/raw/branch/main/yazi.sh | sh
    
  • ytgo.sh Installs 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!