aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md24
1 files changed, 21 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2cffcf5..9517af5 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,22 @@
1dotfiles 1Toms Dotfiles
2======== 2=============
3###About
4Recently I've been discovering tiling window managers and how nice it is to customize my desktop.
5This means I've got a "lot" of dotfiles wanting to share across my machines and with everyone who is interested.
6###How to install
7You can
8 - copy the files to your home directory
3 9
4dotfiles for my desktop 10or
11 - You can run install my dotfiles with the Makefile
12
13The makefile has multiple recepies:
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 - install: Does all of the above
19 - uninstall: uninstall all my makefiles
20
21###Disclaimer
22I am not responsible for the loss of any of your files! You should make a backup before installing anything!