JeremyStarTM's modular bash configuration
Find a file
2024-06-03 02:34:03 +02:00
init.d Directiories are now sorted first 2024-06-03 02:26:48 +02:00
programs.d Initial commit 2024-06-03 01:45:55 +02:00
startup.d Remove dotfiles-updatechecker startup script 2024-06-03 02:03:41 +02:00
.gitignore Initial commit 2024-06-03 01:45:55 +02:00
LICENSE Initial commit 2024-06-03 01:45:55 +02:00
README.md Add installation and uninstallation guide 2024-06-03 02:34:03 +02:00
startup.sh We now end up in ~ :) 2024-06-03 02:26:19 +02:00

JeremyStarTM's bash configuration

This bash configuration was made for use in punktdateien and syspunktdateien. You can use it standalone though.

Required software

This list contains programs that are directly called by some script/alias/etc.. This list however does NOT contains all programs referenced in environment variables (there are a few of them, look into variables.sh).

  • bash ofc
  • moar
  • eza
  • icons-in-terminal (system-wide)
  • nvm (node version manager)
  • SDKMAN!
  • starship
  • cpupower
  • godot
  • fortune
  • cowsay
  • fireplace
  • osu!boot
  • many extraction tools (7z, bzip, etc.), see function.sh#extract().

Installation

User-wide

git clone https://git.staropensource.de/JeremyStarTM/punktdateien-bashrc.git ${HOME}/.bashrc.d
echo "source \${HOME}/.bashrc.d/startup.sh" >> ${HOME}/.bashrc

... now restart your shell.

System-wide

git clone https://git.staropensource.de/JeremyStarTM/punktdateien-bashrc.git /etc/bashrc.d
echo -e "export BASHRCD_SYSTEM=true\nsource /etc/bashrc.d/startup.sh" >> /etc/bash.bashrc

... now restart your shell.

Uninstallation

Simply remove ${HOME}/.bashrc.d or /etc/bashrc.d (depending on your installation method) and the source .../startup.sh line (+ export BASHRCD_SYSTEM=true for system-wide installs).