Skip to content

lowe/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

See shell_notes.md for setup.

To make inspection easier, these filenames all start with dot instead of .

One way to add all of the correct dotfile paths, such as ~/.zshrc, is to clone this repo and add symlinks:

shell-prompt$ for f in dotfiles/dot*
do
  ln -si "$f" ~/"$(basename "$f" | sed 's/dot/./')"
done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published