diff options
author | johannst <stoelp@eit.uni-kl.de> | 2017-01-13 22:55:12 +0100 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2017-01-13 22:55:12 +0100 |
commit | 3af9be1d595a3ba8eb38b83070e6ff7110a6ed4c (patch) | |
tree | eab1429d40d529fd8e9c986ef5b69c7fc8d51443 /install.config | |
parent | a7335876aabcd7457c225c2165e76793b282cd8b (diff) | |
download | dotfiles-3af9be1d595a3ba8eb38b83070e6ff7110a6ed4c.tar.gz dotfiles-3af9be1d595a3ba8eb38b83070e6ff7110a6ed4c.zip |
added installer framework and adapted README file
Diffstat (limited to 'install.config')
-rw-r--r-- | install.config | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/install.config b/install.config new file mode 100644 index 0000000..8f01435 --- /dev/null +++ b/install.config @@ -0,0 +1,12 @@ +# dotfiles -- install.config +# author: johannst +# line format: [yYnN] - <config_tag> +# lines not starting with [yYnN] are ignored + +y - bashrc +y - cgdb +y - conkyrc +y - gitconfig +y - tmux.conf +y - vimrc +y - Xresources |