aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2014-10-25 22:26:54 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2014-10-25 22:26:54 +0200
commit3e94a3e724c36267fa2e4039e3759473c59e8510 (patch)
tree379d0598c0d26d3b0c746604d80bb9e803371fb0 /README.md
parent8ecace69cb3b35ac6b72859ebf0be70d11d2d71e (diff)
downloaddotfiles-3e94a3e724c36267fa2e4039e3759473c59e8510.tar.gz
dotfiles-3e94a3e724c36267fa2e4039e3759473c59e8510.tar.bz2
dotfiles-3e94a3e724c36267fa2e4039e3759473c59e8510.zip
Restructured dotfile repo to take advantage of GNU Stow
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 11 insertions, 14 deletions
diff --git a/README.md b/README.md
index a541fc9..df5a3b5 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,20 @@
1Toms Dotfiles 1Toms Dotfiles
2============= 2=============
3
3###About 4###About
4Recently I've been discovering tiling window managers and how nice it is to customize my desktop. 5Recently I've been discovering tiling window managers and that customizeing my desktop is really cool.
5This means I've got a "lot" of dotfiles wanting 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
6###How to install 8###How to install
7You can 9You can
8 - copy the files to your home directory 10 - copy the files to your home directory
9 11
10or 12or
11 - You can run install my dotfiles with the Makefile 13 - You can run make install to stow all dotfiles to your home directory (recommanded)
14
15The makefile has two recepies:
16 - install: Installs all my dotfiles to your $HOME
17 - uninstall: Uninstalls all my dotfiles
12 18
13The makefile has multiple recepies: 19The makefile depends on GNU Stow.
14 - numix-no-title: Installs a modified version of the numix metacity theme
15 - herbstluftwm: Installs my herbstluftwm dotfiles
16 - bash: Installs my bashrc file
17 - vim: Installs my vimrc file
18 - xresources: Installs my xresources file
19 - install: Does all of the above
20 - uninstall: uninstall all my dotfiles
21 20
22###Disclaimer
23I am not responsible for the loss of any of your files! You should make a backup before installing anything!