scripts/copy-files.fish

14 lines
356 B
Fish
Raw Normal View History

#!/usr/bin/env fish
2019-06-07 13:37:33 -07:00
mkdir -p applications build-system network scripts terminal themes vim x11
2019-06-07 13:37:33 -07:00
tree -dL 3 ~/.vim/pack > vim/packages
while read f t
eval set t $t
cp (find $t) $f
end < files
2019-06-07 13:37:33 -07:00
sed -i 's/password>.*<\//password>password removed<\//g' network/icecast.xml
sed -i 's/password\(\s*\)".*"/password\1"password removed"/g' network/mpd.conf