1
0
Fork 0
1 Install_scripts
Zenny edited this page 2025-10-27 20:21:53 +01:00

Installation Scripts

This repository includes several installation scripts to set up various tools and applications:

install_dev_toolchains.sh

Installs essential development toolchains including:

  • fastfetch - System information tool
  • zvm - Zig version manager
  • gobrew - Go version manager
  • nvm - Node.js version manager
  • rustup - Rust toolchain installer
  • pyenv - Python version manager

install_dev_tools.sh

Installs essential development tools including:

  • Zed - Code editor
  • Zen Browser - Modern web browser

install_zsh.sh

Installs and configures Zsh shell with cross-distribution support (Ubuntu/Debian, Arch, Fedora). Automatically sets Zsh as the default shell for the current user.

install_alacritty.sh

Builds and installs Alacritty terminal emulator from source with all necessary dependencies. Includes proper system integration (desktop file, completions, and sets as default terminal).

install_rofi.sh

Installs Rofi application launcher with support for multiple Linux distributions (Ubuntu/Debian, Arch, Fedora).

install_vscode.sh

Installs VsCode IDE with support for multiple Linux distributions (Ubuntu/Debian, Arch, Fedora).

load_gnome_keybinds.sh

Downloads a GNOME keybind exporter tool and loads custom keybindings from gnome-keybinds.txt.

install_yay.sh

Installs and configures the AUR with yay on your Arch System.