Skip to content

nguyenvulong/devenv-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devenv-linux

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.

Quick Start

Run the bootstrap script:

curl -fsSL https://raw.githubusercontent.com/nguyenvulong/devenv-linux/main/install.sh | bash

Or 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
./devenv

After installation, reload your shell:

source ~/.bashrc
source ~/.config/fish/config.fish

Headless / CI Mode

Skip the TUI and install everything automatically:

./devenv --all
# or
CI=true ./devenv

License

MIT

About

one script to run them all

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors