Skip to content

SamuelLarkin/dotfiles

Repository files navigation

Samuel Larkin's dotfiles

Migrating to chezmoi.

Install

Add the following lines to your ~/.bashrc if they are not present:

# User specific aliases and functions
if [ -d ~/.bashrc.d ]; then
  for rc in ~/.bashrc.d/*; do
    if [ -f "$rc" ]; then
      . "$rc"
    fi
  done
fi

unset rc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published