This is my docker dotfiles storage
You can install this repository using either one of these method:
bash <(curl -sL https://raw.githubusercontent.com/aegypius/dotfiles-docker/master/bootstrap.bash)
homesick clone aegypius/dotfiles-docker
Then you need to update your .bashrc
with the following code:
# Source everything in ~/bashrc.d {{{
if [ -d ~/.bashrc.d ]; then
for script in ~/.bashrc.d/*; do
test -f $script && source $script;
done;
fi
# }}}
- aegypius/dotfiles: My personal dotfiles canonical repository
- aegypius/dotfiles-wrapped: Useful wrappers for containerized environments.