Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.17 KB

File metadata and controls

34 lines (27 loc) · 1.17 KB

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 git@github.com: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.