Instant, easy, and predictable global dev environment.
All my core favorites, courtesy of Devbox as a primary package manager.
This also installs the headless version of my dotfiles. Which requires the following command to be at the bottom of my rc file:
eval "$(devbox global shellenv --init-hook)"
Run the following command:
curl -fsSL https://raw.githubusercontent.com/ecarlson94/devbox/main/setup.sh | bash
Updating Dotfiles
Run the following command
devbox global run dotfiles
This software is hereby released under an MIT License. That means you can do whatever you want with conditions only requiring preservation of copyright and license notices. See LICENSE for details.
- ripgrep - Text search
- fd - File search
- fzf - Command-line fuzzy-finder (wraps fd)
- neovim - Command-line editor
- git - Source control
- gh - GitHub command-line utility
- zsh - Shell
- diff-so-fancy - Pretty terminal diffs
- tmux - Terminal multiplexer
- scc - Lines of code counter
- dotfiles - Headless dotfiles profile