No description
Find a file
2025-05-25 11:59:22 +02:00
.src wip 2025-05-08 17:14:55 +02:00
hypr changes.. 2025-05-24 14:55:58 +02:00
colorscript.sh wip 2025-05-05 10:04:43 +02:00
docker.sh docker.sh 2025-05-24 18:13:30 +02:00
forgejo-runner.sh wip 2025-05-04 19:18:37 +02:00
gbar.sh fix? 2025-05-24 02:36:30 +02:00
ghostty.sh wip 2025-05-03 09:44:33 +02:00
hyprland.sh fixed errors 2025-05-24 14:36:27 +02:00
hyprlock.sh testing more.. 2025-05-24 12:58:57 +02:00
hyprpanel.sh adapting for dream use 2025-05-24 13:07:07 +02:00
hyprpolkit.sh wip 2025-05-22 15:40:11 +02:00
hyprshot.sh batman 2025-05-24 13:18:31 +02:00
ly.sh trying to fix errors.. 2025-05-25 11:59:22 +02:00
neovide.sh testing 2025-05-19 18:36:16 +02:00
neovim.sh testing 2025-05-24 17:59:14 +02:00
pkgui.sh changed the layout, should not effect script behaviour 2025-05-19 13:59:53 +02:00
postinstall.sh addet ubuntu support 2025-05-24 15:06:21 +02:00
README.md wip 2025-05-03 09:44:33 +02:00
rofi.sh adapting to the new installation style 2025-05-24 12:04:58 +02:00
swww.sh adapting for dream use 2025-05-24 13:06:28 +02:00
template.sh wip 2025-05-24 02:44:09 +02:00
test.sh addet more tests.. 2025-05-23 21:26:15 +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-24 15:52:28 +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 Testing new logic.. 2025-05-24 13:51:41 +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!