This script is used to initialize Linux development environment.
Currently, this script does the followings:
- evaluate
direnv - initialize bash prompt
To create swap file for Linux automatically,
curl -sL https://raw.githubusercontent.com/taicaile/init.sh/master/setup-swap.sh | bashTo initialize development environment,
curl -sL https://raw.githubusercontent.com/taicaile/init.sh/master/setup-dev.sh | bashTo update bash prompt and setup timezone,
curl -sL https://raw.githubusercontent.com/taicaile/init.sh/master/setup-init.sh | bash# TODO
- install docker option
- install mysql option
- install livepath option
- install fail2ban option
- [x] copy all dot files to home directory.
- [x] add init.sh for all users (system-wide)