dotfiles/install.sh
Frank Villaro-Dixon 6ce0fb1f9b thinkgs
2016-07-22 14:53:14 +02:00

6 lines
74 B
Bash
Executable file

#!/bin/bash
for package in git vim bash; do
stow -t $HOME $package
done