git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2022-03-21 12:15:25 +0100
committerHarald Pfeiffer <coding _ lirion.de> 2022-03-21 12:15:25 +0100
commit18d13b86630efe4cf4bd76427b8d93eeeacddb9e (patch)
tree2cf1e81b092dc9544e436742e1dd09c604d3b207
parent91d09b353a5e9a8a304d2df12ed4ae08bd270884 (diff)
downloaddotfiles-18d13b86630efe4cf4bd76427b8d93eeeacddb9e.tar.bz2
+.vimrc [2] (rsync was missing)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 787e2f4..64c0732 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ all: complete
complete: checkenv tempdirs tarball removedirs distrib removetar
tarball:
- rsync -avu bin .bash .bash_profile .bashrc .flake8 .gitconfig .perlcriticrc .profile .pylintrc .tmux.conf .tmux.conf.local tmux-gpakosz tmux-yank --exclude=.git --exclude=.gitattributes --exclude=.github --exclude=.gitignore --exclude='LICENSE*' --exclude='README*' distribute/tar/
+ rsync -avu bin .bash .bash_profile .bashrc .flake8 .gitconfig .perlcriticrc .profile .pylintrc .tmux.conf .tmux.conf.local tmux-gpakosz tmux-yank .vimrc --exclude=.git --exclude=.gitattributes --exclude=.github --exclude=.gitignore --exclude='LICENSE*' --exclude='README*' distribute/tar/
tar -C distribute/tar -cvJf dotfiles.tar.xz .
rm -rf distribute/tar