summary refs log tree commit diff stats
path: root/README.org
blob: b22c80b1f70a5d146065b7fc71da00c8f674b807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
* Dotfiles

I've organised this repository with [[https://www.gnu.org/software/stow/][GNU Stow]].  It focuses on [[http://zsh.sourceforge.net][Z Shell]] and
[[http://emacs.sexy][Emacs]].

It doesn't use any configuration frameworks, just packages installed
via package managers.  For Z shell I use [[https://zplug.sh/][zplug]] and for Emacs I use the
built-in package.el via [[https://github.com/jwiegley/use-package][use-package]].

It should work on:
- Linux
- OSX
- FreeBSD
- Windows/Ubuntu

** Installation

Installing a set of dotfiles with stow is simple.  For example, with
Emacs:

#+BEGIN_SRC sh :exports code
stow -S emacs
#+END_SRC

And then to uninstall

#+BEGIN_SRC sh :exports code
stow -D emacs
#+END_SRC