You can use the install.sh
script featured with the Falkor's dotfile repository.
$> cd ~/.dotfiles.falkor.d
$> ./install.sh --bash # OR ./install.sh --with-bash
This will setup the following files:
~/.bashrc
~/.inputrc
~/.bash_profile
~/.bash_aliases
$> cd ~/.dotfiles.falkor.d
$> ./install.sh --delete --bash
Use the ~/.bash_private
as a place holder for your own customization. This file is loaded by the .bashrc
file.