This website requires JavaScript.
Explore
Help
Sign In
frank
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
d4b878362d
dotfiles
/
install.sh
6 lines
82 B
Bash
Raw
Normal View
History
Unescape
Escape
thinkgs
2016-07-22 12:53:14 +00:00
#!/bin/bash
add sway Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
2022-08-26 18:55:51 +00:00
for
package in git vim bash .config
;
do
thinkgs
2016-07-22 12:53:14 +00:00
stow -t
$HOME
$package
done
Reference in a new issue
Copy permalink