blob: 1245e3cafd2dc134703c6fd54d260e62ad90929d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# dotfiles
This repository contains my configuration files. I use the following programs:
+ *(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 configuration files can be installed by executing the script install.sh, which can be used to
- Install, update, and clean git repositories. Thanks to a parallel implementation inspired from [vim-plug](https://github.com/junegunn/vim-plug), this is done efficiently by the script.
- Install copies (symbolic links) of the configuration files in my home directory.
|