reorganize files

master
an 2019-06-07 07:52:54 -04:00
parent 23c96b006e
commit 9ae1e349c3
34 changed files with 26 additions and 23 deletions

View File

@ -1,30 +1,33 @@
tree -dL 3 ~/.vim/pack > vim_packages mkdir -p build_system mpd network scripts terminal themes vim x11
tree -dL 3 ~/.vim/pack > vim/packages
while read t f while read t f
do do
cp $(find $t) $f cp $(find $t) $f
done <<END done <<END
$HOME/.XCompose XCompose $HOME/.XCompose x11/XCompose
$HOME/.Xresources Xresources $HOME/.Xresources x11/Xresources
$HOME/.cargo/config cargo $HOME/.cargo/config build_system/cargo_config
$HOME/.config/kitty/kitty.conf kitty.conf $HOME/.config/kitty/kitty.conf terminal/kitty.conf
$HOME/.config/mpd/mpd.conf mpd.conf $HOME/.config/mpd/mpd.conf mpd/mpd.conf
$HOME/.config/pacman/makepkg.conf makepkg.conf $HOME/.config/pacman/makepkg.conf build_system/makepkg.conf
$HOME/.ncmpcpp/bindings ncmpcpp_bind $HOME/.ncmpcpp/bindings mpd/ncmpcpp_bind
$HOME/.ncmpcpp/config ncmpcpp_conf $HOME/.ncmpcpp/config mpd/ncmpcpp_conf
$HOME/.sharenix.json sharenix.json $HOME/.sharenix.json network/sharenix.json
$HOME/.vimrc vimrc $HOME/.slade3/text_styles/* themes
$HOME/.xprofile xprofile $HOME/.vimrc vim/vimrc
$HOME/.zshrc zshrc $HOME/.xprofile x11/xprofile
$HOME/src/scripts/* . $HOME/.zshrc terminal/zshrc
/etc/icecast.xml icecast.xml $HOME/src/scripts/* scripts
/etc/motsognir.conf motsognir.conf /etc/X11/xorg.conf.d/61-xwiimote-custom.conf x11/61-xwiimote-custom.conf
/etc/nginx/nginx.conf nginx.conf /etc/icecast.xml network/icecast.xml
/etc/systemd/network/* . /etc/motsognir.conf network/motsognir.conf
/etc/X11/xorg.conf.d/61-xwiimote-custom.conf 61-xwiimote-custom.conf /etc/nginx/nginx.conf network/nginx.conf
/mnt/d/w2/Output/_dlscr/bookmark_get.ps1 bookmark_get.ps1 /etc/systemd/network/* network
/usr/share/X11/xkb/symbols/progm progm.xkb /mnt/d/w2/Output/_dlscr/bookmark_get.ps1 scripts/bookmark_get.ps1
/usr/share/X11/xkb/symbols/progm x11/progm.xkb
END END
sed -i 's/password>.*<\//password>password removed<\//g' icecast.xml sed -i 's/password>.*<\//password>password removed<\//g' network/icecast.xml
sed -i 's/password\(\s*\)".*"/password\1"password removed"/g' mpd.conf sed -i 's/password\(\s*\)".*"/password\1"password removed"/g' mpd/mpd.conf

0
vnc.sh → scripts/vnc.sh Normal file → Executable file
View File

View File