1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2026-03-27 00:30:36 +01:00

Add git configuration.

I do like the recursion in this.
This commit is contained in:
Bert Peters
2016-05-31 10:00:51 +02:00
parent 646dea919b
commit c3c572fa27
3 changed files with 25 additions and 0 deletions

View File

@@ -58,4 +58,8 @@ then
stow -t $HOME zsh
fi
# Install all XDG compatible packages
echo "Installing remaining packages"
stow -t $HOME pacman git
echo "Installation finished."