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

Joel Grunbaum
2021-12-24 d2c44c5903537b478900c30c8255fc9d64549b6e
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]].