This website requires JavaScript.
Explore
Help
Sign In
alrayyes
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
mirror of
https://github.com/alrayyes/dotfiles/
synced
2023-11-14 15:56:30 +00:00
Code
Issues
Releases
Wiki
Activity
355705cb16
dotfiles
/
install
7 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
moved to dotfiles
2016-11-09 13:09:59 +00:00
#!/usr/bin/env bash
for d in `ls -d */ | cut -f1 -d '/'`;
do
Added home dir as target specifically so dotfiles can be in any directory
2019-09-30 16:47:34 +00:00
( stow -t $HOME $d )
moved to dotfiles
2016-11-09 13:09:59 +00:00
done
Reference in New Issue
Copy Permalink