Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

kiriwalawren/devbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devbox logo.

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)"

Configuring Dev Environment

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

License

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.

What's Installed?

  • 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

About

Universal dev environment configuration

Resources

License

Stars

Watchers

Forks

Languages