JeremyStar™'s configuration for bashrcd
Find a file
2025-02-28 20:02:23 +01:00
aliasfn Fix mpv and yt-dlp aliasfn's once and for all 2025-02-28 20:02:23 +01:00
command Fix weird indentation in osu!lazer commands 2025-02-23 12:22:44 +01:00
config Make history autosaving a hook 2025-01-31 02:16:23 +01:00
envvar Initial commit 2025-01-30 01:55:08 +01:00
hooks Make history autosaving a hook 2025-01-31 02:16:23 +01:00
tool Add git-lfs completion 2025-02-15 20:44:53 +01:00
.gitignore Initial commit 2025-01-30 01:55:08 +01:00
compatcheck.sh Fix Starship compatibility check 2025-01-31 02:12:57 +01:00
config.env.example Improve handling of yt-dlp alias arguments 2025-02-28 18:45:50 +01:00
init.sh Initial commit 2025-01-30 01:55:08 +01:00
LICENSE Initial commit 2025-01-30 01:55:08 +01:00
README.md Update installation commands 2025-01-31 02:28:25 +01:00

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.