jsigman / dotfiles

For tracking my own dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

For tracking my own dotfiles

Cloning emacs-config as a submodule

I track the emacs content of my content in a separate public facing-repo, but I want it nested here as a submodule at the path ~~/.emacs.d~.

In order to clone this repository

git clone --recurse-submodules git@github.com:jsigman/dotfiles.git

To add the emacs-config repository as a submodule

git submodule add git@github.com:jsigman/emacs-config.git all/.emacs.d/

To update the emacs config

git submodule update --remote

About

For tracking my own dotfiles


Languages

Language:Shell 80.2%Language:Python 17.4%Language:Emacs Lisp 2.4%