dotfiles/install.sh
Frank Villaro-Dixon 7b9c95c0eb add sway
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
2022-08-26 20:55:58 +02:00

6 lines
82 B
Bash
Executable file

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