mirror of https://github.com/Chizi123/Dotfiles.git

Joel Grunbaum
2021-12-23 c79fb1ecf4d9f7275119b6f990e9b1f58dc4b3a0
commit | author | age
c40ea6 1 #+TITLE:My dotfiles
JG 2 #+AUTHOR:Joel Grunbaum
3
4 Pretty straightforward dotfiles for my programs.
5 This is pretty much only for the programs where I have changed the dotfiles or they require generated ones.
6 There is also my Aspell dictionary, which should be periodically updated.
7
8 My Emacs config is linked to from here to its own repository.
9 I would suggest making sure it is the latest version if you choose to use it.
10
11 The dotfiles are managed using GNU Stow and can be restored using make.
12 Just use ~make home~ to set up the files.
cd3ca3 13 If only part of the dotfiles are wanted, they are grouped into various parts I think make sense.
JG 14 Have a look at the makefile for the groups.
c40ea6 15 Credit to Peter Zuger for the idea, his dotfiles can be found [[https://gitlab.com/peterzuger/dotfiles][here]].