Skip to content
/ stormEnv Public

Spring-up your favorite development environment easily and quickly (like a Storm!).

License

Notifications You must be signed in to change notification settings

nlbao/stormEnv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license build github-last-commit tokei-line-count github-file-size

stormEnv

Spring-up your favorite development environment easily and quickly (like a Storm!).

Installation

Clone

git clone https://github.com/nlbao/stormEnv.git
cd stormEnv
chmod -R +x ./*

Setup all the apps

./setup.sh

Setup one app

./apps/tmux/setup.sh
./apps/vim/setup.sh

Features

  • Auto detect your operating system and run the corresponding scripts. Currently support macOS and ubuntu (other linux distros may works, too).
  • Support common apps such as vim, tmux, zsh, etc.
  • Tested (see https://github.com/nlbao/stormEnv/actions).

Contribution Guide

  • Fork this project.
  • Resolve an issue in this list or file your own issues. Bug fixings, app feature or new app contribution are welcome!
  • Create a new pull request and together we'll review & merge it. :)