ianebeckett / dotfiles

MIT License
0 stars 0 forks source link

Separate dotfiles from scripts #53

Open ianebeckett opened 8 months ago

ianebeckett commented 8 months ago

I want to store scripts in ~/.local/scripts with a git repo I want to store dotfiles in ~/.dotfiles with a git repo

Currently ~/.local is part of the dotfiles repo <-- this is the root problem

Remedy: Keep the two separate.

  1. Remove ~/.local from git repo without locally deleting ~/.local
  2. Move ~/scripts to ~/.local/scripts
ianebeckett commented 8 months ago

Just remember that zshrc depends on scripts

ianebeckett commented 8 months ago

strike all that. move scripts to ~/.dotfiles/bin/.local/scripts under the same repo as dotfiles, remove ~/.local from dotfiles repo without deleting the files.