No description
Find a file
2025-03-17 19:57:16 +01:00
installs fix: again 2025-03-17 19:57:16 +01:00
setup addet sh scripts 2025-02-25 10:58:12 +01:00
logging.sh addet sh scripts 2025-02-25 10:58:12 +01:00
README.md removed typo 2025-03-07 20:48:16 +01:00

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/sh.git scripts && cd scripts

Or run individual scripts directly:

curl -fsSL <URL> | sh

📁 Utility Scripts

  • 🔑 ssh-keyperm.sh
    Fixes permissions for .ssh/ keys.

    curl -fsSL https://git.k4li.de/pika/scripts/raw/branch/main/bash/snippets/ssh-keyperm.sh | sh
    
  • 👽 updates.sh
    Updates system packages + flatpaks.

    curl -sSL https://git.k4li.de/pika/scripts/raw/branch/main/bash/setups/updates.sh | sh
    
  • 🚀 postinstall.sh
    Sets up basic post-install tasks.

    curl -sSL https://git.k4li.de/pika/scripts/raw/branch/main/bash/setup/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/sh/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/sh/raw/branch/main/installs/docker.sh | sh
    
  • neovim.sh
    Installs Neovim 10.0+ (Debian, Ubuntu, Fedora).

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

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

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

    curl -fsSL https://git.k4li.de/scripts/sh/raw/branch/main/installs/yazi.sh | sh
    

📚 Browse More

Explore additional scripts in the repository. Modify them or use them as-is to streamline your workflow!