summaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2018-04-30 00:58:41 -0400
committerAmin Bandali <amin@aminb.org>2018-04-30 00:58:41 -0400
commit4ae2cd629b9f16cca4960b9e6257fc841c5f82d0 (patch)
tree4ae6408bba5f775145797ea5bb0fc20e3ee9a4dc /README.org
parent96361db56c026b405179c98b1dbd58c8a3f2131d (diff)
downloadconfigs-4ae2cd629b9f16cca4960b9e6257fc841c5f82d0.tar.gz
configs-4ae2cd629b9f16cca4960b9e6257fc841c5f82d0.tar.xz
configs-4ae2cd629b9f16cca4960b9e6257fc841c5f82d0.zip
add some documentation
[emacs] automatically load counsel after 1.5 seconds
Diffstat (limited to 'README.org')
-rw-r--r--README.org21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..d837064
--- /dev/null
+++ b/README.org
@@ -0,0 +1,21 @@
+#+title: dotfiles
+
+This is my dotfiles repository; i.e. where I keep the configuration
+files of all the pieces of software I use.
+
+My GNU Emacs configuration is in [[file:init.org][init.org]], which is a literate Org
+mode file that gets tangled (i.e. exported) to =init.el= using
+=org-babel=. Emacs packages are installed and managed using [[https://github.com/emacscollective/borg][Borg]],
+which helps me have a fully reproducible setup.
+
+The configurations for all the other programs I use is located in
+[[file:rc.org][rc.org]]. Similar to my =init.org= file for Emacs, is also written in
+Org mode; and the configuration for each program is tangled to a file
+at its expected location on disk.
+
+Note: even though GitHub has a decent renderer for Org mode files, I
+/strongly/ suggest using Emacs itself for browsing through the org
+files.
+
+P.S. my previous =stow=-based setup along with my brief experiment
+with [[https://github.com/raxod502/straight.el][straight.el]] can be accessed from the =straight-exp= branch.