You can use the install.sh script featured with the ULHPC dotfiles repository.
$> cd ~/.dotfiles
$> ./install.sh --bash # OR ./install.sh --with-bashThis will setup the following files:
~/.bashrc~/.inputrc~/.profile~/.bash_profile~/.bash_logout~/.bash_aliases
$> cd ~/.dotfiles
$> ./install.sh --delete --bashUse the ~/.bash_private as a place holder for your own customization. This file is loaded by the .bashrc file.