move mpd/* to applications/ and network/

master
an 2019-06-18 08:29:39 -04:00
parent c6d8922d01
commit 447373e230
5 changed files with 24 additions and 24 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env fish
mkdir -p build-system mpd network scripts terminal themes vim x11
mkdir -p applications build-system network scripts terminal themes vim x11
tree -dL 3 ~/.vim/pack > vim/packages
@ -10,4 +10,4 @@ while read f t
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
sed -i 's/password\(\s*\)".*"/password\1"password removed"/g' network/mpd.conf

44
files
View File

@ -1,22 +1,22 @@
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
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
terminal/kitty.conf ~/.config/kitty/kitty.conf
terminal/fish ~/.config/fish/config.fish
themes ~/.slade3/text_styles/*
themes/ripcord.json ~/.local/share/Ripcord/custom_theme.json
vim/vimrc ~/.vim/vimrc
x11/61-xwiimote-custom.conf /etc/X11/xorg.conf.d/61-xwiimote-custom.conf
x11/XCompose ~/.XCompose
x11/Xresources ~/.Xresources
x11/progm.xkb /usr/share/X11/xkb/symbols/progm
x11/xprofile ~/.xprofile
applications/ncmpcpp-bind ~/.ncmpcpp/bindings
applications/ncmpcpp-conf ~/.ncmpcpp/config
build-system/cargo.toml ~/.cargo/config
build-system/makepkg.conf ~/.config/pacman/makepkg.conf
network /etc/systemd/network/*
network/icecast.xml /etc/icecast.xml
network/motsognir.conf /etc/motsognir.conf
network/mpd.conf ~/.config/mpd/mpd.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
terminal/fish ~/.config/fish/config.fish
terminal/kitty.conf ~/.config/kitty/kitty.conf
themes ~/.slade3/text_styles/*
themes/ripcord.json ~/.local/share/Ripcord/custom_theme.json
vim/vimrc ~/.vim/vimrc
x11/61-xwiimote-custom.conf /etc/X11/xorg.conf.d/61-xwiimote-custom.conf
x11/XCompose ~/.XCompose
x11/Xresources ~/.Xresources
x11/progm.xkb /usr/share/X11/xkb/symbols/progm
x11/xprofile ~/.xprofile