Skip to content

taicaile/init.sh

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published