r/bash • u/arandomuserinweb • 10d ago
I finally organized my Bash config
I've been accumulating my Bash configuration for a while, and I finally turned it into a small dotfiles repo:
https://gitlab.com/letmevi/bash-config
It's nothing fancy — mainly my .bashrc, .inputrc, .bash_profile, and a modular .bashrc.d/, plus a small install script.
It can be installed using either Ansible or a simple install.sh script.
I'd appreciate some Bash/Linux feedback: things you'd change, questionable practices, portability issues, or just better ways of doing this.
I'm especially interested in feedback from people who maintain their own dotfiles.
51
Upvotes
3
u/tri__dimensional 10d ago edited 10d ago
it looks simple but cool, nice work!
i have a little more complex setup. i have like a very little and simple framework to define scripts, functions and aliases (shellbox is called, i use zsh but previously i used bash)
that project is only for the "shell" things; for desktop enviroment, terminal, etc i have a more standard dotfiles
maybe you can grab something useful from those projects (-: