Skip to content

miketz/.emacs.d

Repository files navigation

.emacs.d

Storing my .emacs.d folder online to sync across computers.

External dependencies

Maybe optional but nice to have.

  • git
  • ripgrep, rg
  • fd
  • enchant spell checker (used by jinx)

Git incantations

Create a new github repo from an existing local repo:

git remote add origin https://github.com/miketz/.emacs.d.git
git push -u origin master

Download from github to a new computer:

git clone https://github.com/miketz/.emacs.d.git

Get latest changes from github:

git pull origin master

Push local changes up to github:

git push origin master

Revert changes to modified files.

git reset --hard

Remove all untracked files and directories.

git clean -fd

About

storing my .emacs.d folder online to sync across computers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages