1.0.2 • Published 8 years ago

provision-linux-user v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

provision-linux-user

Provision a linux system with a minimal config.

  • vi focused
  • one-key aliases
  • universal shell config

Dependencies

  • ssh to enable settings on the remote hosts
  • scp to copy files to the remote host

Usage

Usage: provision-linux-user <remote>

Options:
  -h, --help   output usage information

Examples:
  $ provision-linux-user usr@127.0.0.1   # provision a new user on localhost
  $ provision-linux-user myremote        # provision a new user on "myremote"

Docs: https://github.com/yoshuawuyts/provision-linux-user
Bugs: https://github.com/yoshuawuyts/provision-linux-user/issues

Files

  • ~/.bash_profile
  • ~/.profile
  • ~/.inputrc
  • ~/.shrc

License

MIT