devenv-linux is a small Linux development environment bootstrapper with an interactive TUI installer built in Rust. It installs a curated setup with tools managed by mise, including Fish, Bash config helpers, Neovim, common CLI tools, and Zellij.
Supported distros: Ubuntu 24.04, Debian 13, Fedora 43, and Arch Linux.
Run the bootstrap script:
curl -fsSL https://raw.githubusercontent.com/nguyenvulong/devenv-linux/main/install.sh | bashOr download and run the latest release binary directly:
curl -fsSL https://github.com/nguyenvulong/devenv-linux/releases/latest/download/devenv-$(uname -m).tar.xz | tar -xJ
./devenvAfter installation, reload your shell:
source ~/.bashrc
source ~/.config/fish/config.fishSkip the TUI and install everything automatically:
./devenv --all
# or
CI=true ./devenvMIT