summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-05-08 15:05:59 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-05-08 15:05:59 +0100
commitf93e7c169a40a009a6fff218f52e44f44a130013 (patch)
tree57a0aa4c9876b1f3b3b9a086264d3547baa004bb
parent5882a654b34f4d263809b0147065d9aabcf5d3c7 (diff)
parenta64c20146b8e948ac2a93b87e9f928167d2460c9 (diff)
Merge branch 'master' of github.com:uvaes/dotfiles
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..87377b4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# dotfiles
+This repository contains my configuration files. I use the following programs:
++ *vim* for text editing.
++ *zathura* to preview pdf files.
++ *offlineimap* + *mutt* + *msmtp* to receive, wirte, and send emails.
++ *zsh* with the *oh-my-zsh* framework as my shell.
+
+All the configurations can be installed by executing the script install.sh. If used with arguments, only the files passed to the script will be installed. For example, executing
+`./install.sh vim vimrc`
+will install my vim configuration.