dotfiles/install.sh

6 lines
82 B
Bash
Raw Permalink Normal View History

2016-07-22 12:53:14 +00:00
#!/bin/bash
for package in git vim bash .config; do
2016-07-22 12:53:14 +00:00
stow -t $HOME $package
done