'bashrc.d' is an APLv2-licensed startup script framework for the Bash shell. Motivations.
- Fork this repository (to 'your-repo').
- Clone your forked repository into the
~/.bashrc.d
directory:git clone [email protected]:your-repo/bashrc.d.git ~/.bashrc.d
- Invoke
~/.bashrc.d/install
to make the appropriate symbolic links. - Customize by adding scripts to
~/.bashrc.d/custom
and linking modules to the~/.bashrc.d/custom/modules
directory.
- 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 are welcome. Please submit a pull request via Github.