You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jordan Atwood b901c93835
Follow renames in git log output
2 years ago
src Follow renames in git log output 2 years ago
.user.gitconfig.dist Initial commit 2 years ago
README.md Fix clone URL 2 years ago
setup.sh Skip force linking for existing symlinks 2 years ago

README.md

dotfiles

Features

  • A wealth of bash and git aliases scoured from the internet
  • Beautiful terminal PS1 and message-of-the-day-style prompt at start of session
  • Sane defaults for shell options and builtins (rm -I --preserve-root, mkdir -pv, grep --color=auto, etc.)
  • Config files and settings for vim, ripgrep, abcde, and shellcheck

Setup

  1. Clone this repository into a directory of your choice. I recommend using the XDG_CONFIG_HOME directory. ($HOME/.config)

    cd "${XDG_CONFIG_HOME:-$HOME/.config}"
    git clone https://github.com/Nightfirecat/dotfiles.git
    
  2. Run setup.sh

    "${XDG_CONFIG_HOME:-"$HOME"/.config}"/dotfiles/setup.sh
    

Once completed, all necessary symlinks will be created for environment setup. Restart your login for the .bash_profile to take effect.

Uninstall

Run setup.sh --remove to clear any symlinks created by the setup process.