This is my bash environment. There are many like it, but this one is mine.
To install:
curl -LsSf http://chiselapp.com/user/nrr/repository/dotfiles-bash-environment/doc/trunk/move-in.sh | sh -
To get your own local copy over secure HTTPS, issue the following commands:
fossil clone https://chiselapp.com/user/nrr/repository/dotfiles-bash-environment dotfiles-bash-environment.fossil mkdir dotfiles-bash-environment && cd dotfiles-bash-environment fossil open ../dotfiles-bash-environment.fossil
To get your own local copy over normal HTTP, issue the following commands:
fossil clone http://chiselapp.com/user/nrr/repository/dotfiles-bash-environment dotfiles-bash-environment.fossil mkdir dotfiles-bash-environment && cd dotfiles-bash-environment fossil open ../dotfiles-bash-environment.fossil