diff --git a/cargo b/build_system/cargo_config similarity index 100% rename from cargo rename to build_system/cargo_config diff --git a/makepkg.conf b/build_system/makepkg.conf similarity index 100% rename from makepkg.conf rename to build_system/makepkg.conf diff --git a/copy_scripts.sh b/copy_scripts.sh index fcb8244..4a71716 100755 --- a/copy_scripts.sh +++ b/copy_scripts.sh @@ -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 do cp $(find $t) $f done <.*<\//password>password removed<\//g' icecast.xml -sed -i 's/password\(\s*\)".*"/password\1"password removed"/g' mpd.conf +sed -i 's/password>.*<\//password>password removed<\//g' network/icecast.xml +sed -i 's/password\(\s*\)".*"/password\1"password removed"/g' mpd/mpd.conf diff --git a/mpd.conf b/mpd/mpd.conf similarity index 100% rename from mpd.conf rename to mpd/mpd.conf diff --git a/ncmpcpp_bind b/mpd/ncmpcpp_bind similarity index 100% rename from ncmpcpp_bind rename to mpd/ncmpcpp_bind diff --git a/ncmpcpp_conf b/mpd/ncmpcpp_conf similarity index 100% rename from ncmpcpp_conf rename to mpd/ncmpcpp_conf diff --git a/20-wired.network b/network/20-wired.network similarity index 100% rename from 20-wired.network rename to network/20-wired.network diff --git a/icecast.xml b/network/icecast.xml similarity index 100% rename from icecast.xml rename to network/icecast.xml diff --git a/motsognir.conf b/network/motsognir.conf similarity index 100% rename from motsognir.conf rename to network/motsognir.conf diff --git a/nginx.conf b/network/nginx.conf similarity index 100% rename from nginx.conf rename to network/nginx.conf diff --git a/sharenix.json b/network/sharenix.json similarity index 100% rename from sharenix.json rename to network/sharenix.json diff --git a/bookmark_get.ps1 b/scripts/bookmark_get.ps1 similarity index 100% rename from bookmark_get.ps1 rename to scripts/bookmark_get.ps1 diff --git a/flac2mp3.sh b/scripts/flac2mp3.sh similarity index 100% rename from flac2mp3.sh rename to scripts/flac2mp3.sh diff --git a/megadl.sh b/scripts/megadl.sh similarity index 100% rename from megadl.sh rename to scripts/megadl.sh diff --git a/mid.awk b/scripts/mid.awk similarity index 100% rename from mid.awk rename to scripts/mid.awk diff --git a/path.sh b/scripts/path.sh similarity index 100% rename from path.sh rename to scripts/path.sh diff --git a/rebuild.sh b/scripts/rebuild.sh similarity index 100% rename from rebuild.sh rename to scripts/rebuild.sh diff --git a/rebuild_pkgs.sh b/scripts/rebuild_pkgs.sh similarity index 100% rename from rebuild_pkgs.sh rename to scripts/rebuild_pkgs.sh diff --git a/sharenix.cw.sh b/scripts/sharenix.cw.sh similarity index 100% rename from sharenix.cw.sh rename to scripts/sharenix.cw.sh diff --git a/sharenix.fs.sh b/scripts/sharenix.fs.sh similarity index 100% rename from sharenix.fs.sh rename to scripts/sharenix.fs.sh diff --git a/sharenix.sel.sh b/scripts/sharenix.sel.sh similarity index 100% rename from sharenix.sel.sh rename to scripts/sharenix.sel.sh diff --git a/sharenix.sh b/scripts/sharenix.sh similarity index 100% rename from sharenix.sh rename to scripts/sharenix.sh diff --git a/update_vim_plugins.sh b/scripts/update_vim_plugins.sh similarity index 100% rename from update_vim_plugins.sh rename to scripts/update_vim_plugins.sh diff --git a/vnc.sh b/scripts/vnc.sh old mode 100644 new mode 100755 similarity index 100% rename from vnc.sh rename to scripts/vnc.sh diff --git a/kitty.conf b/terminal/kitty.conf similarity index 100% rename from kitty.conf rename to terminal/kitty.conf diff --git a/zshrc b/terminal/zshrc similarity index 100% rename from zshrc rename to terminal/zshrc diff --git a/porple.sss b/themes/porple.sss similarity index 100% rename from porple.sss rename to themes/porple.sss diff --git a/vim_packages b/vim/packages similarity index 100% rename from vim_packages rename to vim/packages diff --git a/vimrc b/vim/vimrc similarity index 100% rename from vimrc rename to vim/vimrc diff --git a/61-xwiimote-custom.conf b/x11/61-xwiimote-custom.conf similarity index 100% rename from 61-xwiimote-custom.conf rename to x11/61-xwiimote-custom.conf diff --git a/XCompose b/x11/XCompose similarity index 100% rename from XCompose rename to x11/XCompose diff --git a/Xresources b/x11/Xresources similarity index 100% rename from Xresources rename to x11/Xresources diff --git a/progm.xkb b/x11/progm.xkb similarity index 100% rename from progm.xkb rename to x11/progm.xkb diff --git a/xprofile b/x11/xprofile similarity index 100% rename from xprofile rename to x11/xprofile