aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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!