No description
Find a file
2025-05-21 19:04:22 +02:00
.src wip 2025-05-08 17:14:55 +02:00
hypr changed the layout, should not effect script behaviour 2025-05-19 13:59:53 +02:00
colorscript.sh wip 2025-05-05 10:04:43 +02:00
docker.sh changed the layout, should not effect script behaviour 2025-05-19 13:59:53 +02:00
forgejo-runner.sh wip 2025-05-04 19:18:37 +02:00
gbar.sh fixing errors.. 2025-05-19 17:48:02 +02:00
ghostty.sh wip 2025-05-03 09:44:33 +02:00
hyprland.sh testing more beautiful approach 2025-05-21 18:39:05 +02:00
hyprlock.sh testing more.. 2025-05-19 18:34:31 +02:00
hyprpanel.sh changed the layout, should not effect script behaviour 2025-05-19 13:59:53 +02:00
hyprshot.sh changed the layout, should not effect script behaviour 2025-05-19 13:59:53 +02:00
neovide.sh testing 2025-05-19 18:36:16 +02:00
neovim.sh changed the layout, should not effect script behaviour 2025-05-19 13:59:53 +02:00
pkgui.sh changed the layout, should not effect script behaviour 2025-05-19 13:59:53 +02:00
postinstall.sh wip 2025-05-19 14:37:56 +02:00
README.md wip 2025-05-03 09:44:33 +02:00
rofi.sh getting correct arch installations 2025-05-19 19:01:34 +02:00
swww.sh minor conciseness issues.. 2025-05-19 19:03:24 +02:00
template.sh changed the layout, should not effect script behaviour 2025-05-19 13:59:53 +02:00
test.sh test.sh 2025-05-21 17:40:55 +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-21 19:04:22 +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 changed the layout, should not effect script behaviour 2025-05-19 13:59:53 +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!