My aliases repo.
-
Clone the repository into
~/.dotfilesfolder:cd ~ && git clone https://github.com/tdharris/.dotfiles.git .dotfiles -
Enable aliases in the shell by adding to the
~/.bashrcfile:cd .dotfiles && ./install.sh
-
Clone the repository into
~/.dotfilesfolder:cd ~ && git clone https://github.com/tdharris/.dotfiles.git .dotfiles -
Enable aliases in the shell by adding the following to the
~/.bashrcor~/profilefile:if [[ -f "$HOME/.dotfiles/bootstrap.sh" ]]; then source "$HOME/.dotfiles/bootstrap.sh" fi
-
Enable in the current shell session by running the following command:
source ~/.dotfiles/bootstrap.sh