JeremyStar™'s configuration for bashrcd
aliasfn | ||
command | ||
config | ||
envvar | ||
hooks | ||
tool | ||
.gitignore | ||
compatcheck.sh | ||
config.env.example | ||
init.sh | ||
LICENSE | ||
README.md |
bashrcd-jeremystartm
This repository contains jeremystartm's configuration for bashrcd.
Install
First of all, install bashrcd.
After you've done that, execute this in your terminal:
git clone "https://git.staropensource.de/JeremyStarTM/bashrcd-jeremystartm.git" "${HOME}/.bashrc.d/config"
cp "${HOME}/.bashrc.d/config/config.env.example" "${HOME}/.bashrc.d/config/config.env"
# (optionally) edit the configuration
${EDITOR} "${HOME}/.bashrc.d/config/config.env"
And with that, you're done.
Now you can now restart your shell by using exec bash
.