// the find
ChrisTitusTech/mybash
My Bash profile - Highly customized Starship Theme - Just imagine Powerlevel10k and Nord Theme had a baby.
A personal .bashrc setup from a popular YouTuber/sysadmin, bundling Starship prompt config, fzf, zoxide, fastfetch, and a pile of aliases into a one-script install. It's a dotfiles repo made public — useful as a reference or starting point, not a maintained tool.
The setup.sh/uninstall.sh pair is a nice touch — most dotfile repos just say 'copy this file' and leave cleanup to you. Starship config is thorough, covering git, language runtimes, and docker context modules with actual formatting decisions made. Zoxide integration is the right call for directory jumping. The CI workflow with shellcheck adds a baseline of correctness checking most personal configs skip.
This is one person's preferences committed to a repo — the aliases and prompt layout are not yours, they're Chris's. The setup.sh installs neovim and several other tools system-wide with no opt-out flags, which is aggressive for something called 'bash profile'. No dotfile manager integration (chezmoi, stow) means you're fighting symlinks by hand if you want to layer your own changes on top. At 645 stars it's mostly popular because of the author's YouTube following, not because it's technically distinctive.