aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-02-22 17:15:39 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-02-22 17:15:39 +0100
commitd0ecb2a9d770b1987e3be7cdc549d46880b89c5e (patch)
treed493b4afd8268adb3e1f374cd73e5db662f260d6 /README.md
parentb86e22c339276441f344d61ad104a7cebd3b5858 (diff)
downloaddotfiles-d0ecb2a9d770b1987e3be7cdc549d46880b89c5e.tar.gz
dotfiles-d0ecb2a9d770b1987e3be7cdc549d46880b89c5e.tar.bz2
dotfiles-d0ecb2a9d770b1987e3be7cdc549d46880b89c5e.zip
Moved from stow to dotfiles for dotfile management
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 3 insertions, 10 deletions
diff --git a/README.md b/README.md
index c46fe49..fbb6e82 100644
--- a/README.md
+++ b/README.md
@@ -6,15 +6,8 @@ Recently I've been discovering tiling window managers and that customizeing my d
6This means I've got a "lot" of dotfiles I want to share across my machines and with everyone who is interested. 6This means I've got a "lot" of dotfiles I want to share across my machines and with everyone who is interested.
7 7
8###How to install 8###How to install
9You can
10 - copy the files to your home directory
11 9
12or 101. Clone this repository and cd into it
13 - You can run make install to stow all dotfiles to your home directory (recommended) 112. Run `./dotfiles.sh --sync` to sync all the dotfiles to your $HOME
14
15The makefile has two recepies:
16 - install: Installs all my dotfiles to your $HOME
17 - uninstall: Uninstalls all my dotfiles
18
19The makefile depends on GNU Stow.
20 12
13Thanks to [jbernard](https://github.com/jbernard) for making dotfile management easy!