summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-06-03 18:12:03 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-06-03 18:12:03 +0100
commit4d14de712eae7d9567ad6eb94731fb547872b8a3 (patch)
treef742dd55dcc72af50b6a7c4552a45804a19dbba7 /README.md
parent4654d5c27926796979bdcf447a89e79a29eedac3 (diff)
parent7344312c66b8d7f90a741dcf5a6a14b86c2f9c42 (diff)
Merge branch 'master' of https://github.com/uvaes/dotfiles
Conflicts: vimrc
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 87377b4..b5fe2eb 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
# dotfiles
This repository contains my configuration files. I use the following programs:
-+ *vim* for text editing.
-+ *zathura* to preview pdf files.
++ *(neo)vim* for text editing.
++ *zathura* to view 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
+All the configuration files 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.