Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

tdharris/.dotfiles

Repository files navigation

.dotfiles

My aliases repo.

Installation

Install with script

  1. Clone the repository into ~/.dotfiles folder:

    cd ~ && git clone https://github.com/tdharris/.dotfiles.git .dotfiles
  2. Enable aliases in the shell by adding to the ~/.bashrc file:

    cd .dotfiles && ./install.sh

Install manually

  1. Clone the repository into ~/.dotfiles folder:

    cd ~ && git clone https://github.com/tdharris/.dotfiles.git .dotfiles
  2. Enable aliases in the shell by adding the following to the ~/.bashrc or ~/profile file:

    if [[ -f "$HOME/.dotfiles/bootstrap.sh" ]]; then
        source "$HOME/.dotfiles/bootstrap.sh"
    fi
  3. Enable in the current shell session by running the following command:

    source ~/.dotfiles/bootstrap.sh

About

My personal dotfiles

Topics

Resources

Stars

Watchers

Forks

Languages