more renaming and port copy-files to fish

master
an 2019-06-12 19:47:58 -04:00
parent ceff9d7e5d
commit 1f289b7571
7 changed files with 11 additions and 12 deletions

View File

@ -1,14 +1,13 @@
#!/usr/bin/env bash
#!/usr/bin/env fish
mkdir -p build_system mpd network scripts terminal themes vim x11
mkdir -p build-system mpd network scripts terminal themes vim x11
tree -dL 3 ~/.vim/pack > vim/packages
while read -r f t
do
eval t=$t
cp $(find $t) $f
done < files
while read f t
eval set t $t
cp (find $t) $f
end < files
sed -i 's/password>.*<\//password>password removed<\//g' network/icecast.xml
sed -i 's/password\(\s*\)".*"/password\1"password removed"/g' mpd/mpd.conf

10
files
View File

@ -1,15 +1,15 @@
build_system/cargo_config ~/.cargo/config
build_system/makepkg.conf ~/.config/pacman/makepkg.conf
build-system/cargo.toml ~/.cargo/config
build-system/makepkg.conf ~/.config/pacman/makepkg.conf
mpd/mpd.conf ~/.config/mpd/mpd.conf
mpd/ncmpcpp_bind ~/.ncmpcpp/bindings
mpd/ncmpcpp_conf ~/.ncmpcpp/config
mpd/ncmpcpp-bind ~/.ncmpcpp/bindings
mpd/ncmpcpp-conf ~/.ncmpcpp/config
network /etc/systemd/network/*
network/icecast.xml /etc/icecast.xml
network/motsognir.conf /etc/motsognir.conf
network/nginx.conf /etc/nginx/nginx.conf
network/sharenix.json ~/.sharenix.json
scripts ~/src/scripts/*
scripts/bookmark_get.ps1 /mnt/d/w2/Output/_dlscr/bookmark_get.ps1
scripts/bookmark-get.ps1 /mnt/d/w2/Output/_dlscr/bookmark_get.ps1
terminal/kitty.conf ~/.config/kitty/kitty.conf
terminal/fish ~/.config/fish/config.fish
themes ~/.slade3/text_styles/*