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 7d2455e7bf
Fix vscode config linking after backup
2 years ago
src Pare down git alias command, expand on its TODOs 2 years ago
vscode Add vscode setup script and configs 2 years ago
.user.gitconfig.dist Initial commit 2 years ago
README.md Update clone URL 2 years ago
setup.sh Add vscode setup script and configs 2 years ago
vscode.sh Fix vscode config linking after backup 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://git.nightfirec.at/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.