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

Joel Grunbaum
2023-12-28 bdc57299b1eb177c8f06c40f52b5c78a9ca99e07
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
e9a9af 11 The dotfiles are managed with an install script ~INSTALL.sh~ and a given config can be installed with ~INSTALL.sh [config]~.
JG 12 Some of the configurations have dependencies, which will also be setup.
13 The overall repository can be cloned with ~git clone https://github.com/Chizi123/Dotfiles.git ~/.dotfiles~, and must be located in =~/.dotfiles= for automatic updating to work.
14 The installer will ask what to do if it encounters a file conflict when installing, but also does this when encountering an already installed config (Needs to be fixed).