Skip to content

jsimatic/myconfigs

Repository files navigation

My configs

Track dot files in Git.

TODO Auto symlinks generation

TODO Do not use symlinks

Adapted from here and here.

Replicate on new machine

git clone --separate-git-dir=~/.myconfigs  git@github.com:jsimatic/myconfigs.git ~
source .zshrc

Replicate on non-new machine

git clone --separate-git-dir=$HOME/.myconf git@github.com:jsimatic/myconfigs.git $HOME/myconf-tmp
cp ~/myconf-tmp/.gitmodules ~  # If you use Git submodules
rm -r ~/myconf-tmp/
source .zshrc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published