This is my dotfiles storage
bash <(curl -sL https://raw.githubusercontent.com/aegypius/dotfiles/master/bootstrap.bash)
homesick clone aegypius/dotfiles
You can extend everything in .bashrc.d
using a simple file using the following format :
~/.bash_<bashrc.d filename to extend>
.
For example:
~/.bashrc.d/aliases
is extended with~/.bash_aliases
~/.bashrc.d/functions
is extended with~/.bash_functions
- aegypius/dotfiles-docker: Docker helpers functions
- aegypius/dotfiles-wrapped: Useful wrappers for containerized environments.