add license (GPLv3+) file
[~bandali/configs] / README.org
1 #+title: dotfiles
2
3 This is my dotfiles repository; i.e. where I keep the configuration
4 files of all the pieces of software I use.
5
6 My GNU Emacs configuration is in [[file:init.org][init.org]], which is a literate Org
7 mode file that gets tangled (i.e. exported) to =init.el= using
8 =org-babel=. Emacs packages are installed and managed using [[https://github.com/emacscollective/borg][Borg]],
9 which helps me have a fully reproducible setup.
10
11 The configurations for all the other programs I use is located in
12 [[file:rc.org][rc.org]]. Similar to my =init.org= file for Emacs, is also written in
13 Org mode; and the configuration for each program is tangled to a file
14 at its expected location on disk.
15
16 Note: even though GitHub has a decent renderer for Org mode files, I
17 /strongly/ suggest using Emacs itself for browsing through the org
18 files.
19
20 P.S. my previous =stow=-based setup along with my brief experiment
21 with [[https://github.com/raxod502/straight.el][straight.el]] can be accessed from the =straight-exp= branch.