Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 823 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 823 Bytes

init.sh

This script is used to initialize Linux development environment.

Currently, this script does the followings:

  • evaluate direnv
  • initialize bash prompt

Usage

To create swap file for Linux automatically,

curl -sL https://raw.githubusercontent.com/taicaile/init.sh/master/setup-swap.sh | bash

To initialize development environment,

curl -sL https://raw.githubusercontent.com/taicaile/init.sh/master/setup-dev.sh | bash

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