npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

provision-linux-user

1.0.2

@yoshuawuyts

npmHomeRepoSnykSocket
Downloads:0
$ npm install provision-linux-user
DailyWeeklyMonthlyYearly

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