Skip to content

robinbb/bashrc.d

Repository files navigation

bashrc.d

'bashrc.d' is an APLv2-licensed startup script framework for the Bash shell. Motivations.

Quick-Start

  1. Fork this repository (to 'your-repo').
  2. Clone your forked repository into the ~/.bashrc.d directory:
    git clone [email protected]:your-repo/bashrc.d.git ~/.bashrc.d
    
  3. Invoke ~/.bashrc.d/install to make the appropriate symbolic links.
  4. Customize by adding scripts to ~/.bashrc.d/custom and linking modules to the ~/.bashrc.d/custom/modules directory.

Features

  • Easy-to-customize framework for Bash shell startup scripts
  • Compatible with both the Bourne shell ('sh') and the Debian Almquist shell ('dash')
  • Sane configuration using modules
  • Compatible with 'sftp' and 'scp'
  • Out-of-the-box modules for Nix

Contributions

Contributions are welcome. Please submit a pull request via Github.

About

An APLv2-licensed startup script framework for the Bash shell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages