From 9ae1e349c309e9758bf88aa046f7a257382fb159 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Fri, 7 Jun 2019 07:52:54 -0400 Subject: [PATCH] reorganize files --- cargo => build_system/cargo_config | 0 makepkg.conf => build_system/makepkg.conf | 0 copy_scripts.sh | 49 ++++++++++--------- mpd.conf => mpd/mpd.conf | 0 ncmpcpp_bind => mpd/ncmpcpp_bind | 0 ncmpcpp_conf => mpd/ncmpcpp_conf | 0 20-wired.network => network/20-wired.network | 0 icecast.xml => network/icecast.xml | 0 motsognir.conf => network/motsognir.conf | 0 nginx.conf => network/nginx.conf | 0 sharenix.json => network/sharenix.json | 0 bookmark_get.ps1 => scripts/bookmark_get.ps1 | 0 flac2mp3.sh => scripts/flac2mp3.sh | 0 megadl.sh => scripts/megadl.sh | 0 mid.awk => scripts/mid.awk | 0 path.sh => scripts/path.sh | 0 rebuild.sh => scripts/rebuild.sh | 0 rebuild_pkgs.sh => scripts/rebuild_pkgs.sh | 0 sharenix.cw.sh => scripts/sharenix.cw.sh | 0 sharenix.fs.sh => scripts/sharenix.fs.sh | 0 sharenix.sel.sh => scripts/sharenix.sel.sh | 0 sharenix.sh => scripts/sharenix.sh | 0 .../update_vim_plugins.sh | 0 vnc.sh => scripts/vnc.sh | 0 kitty.conf => terminal/kitty.conf | 0 zshrc => terminal/zshrc | 0 porple.sss => themes/porple.sss | 0 vim_packages => vim/packages | 0 vimrc => vim/vimrc | 0 .../61-xwiimote-custom.conf | 0 XCompose => x11/XCompose | 0 Xresources => x11/Xresources | 0 progm.xkb => x11/progm.xkb | 0 xprofile => x11/xprofile | 0 34 files changed, 26 insertions(+), 23 deletions(-) rename cargo => build_system/cargo_config (100%) rename makepkg.conf => build_system/makepkg.conf (100%) rename mpd.conf => mpd/mpd.conf (100%) rename ncmpcpp_bind => mpd/ncmpcpp_bind (100%) rename ncmpcpp_conf => mpd/ncmpcpp_conf (100%) rename 20-wired.network => network/20-wired.network (100%) rename icecast.xml => network/icecast.xml (100%) rename motsognir.conf => network/motsognir.conf (100%) rename nginx.conf => network/nginx.conf (100%) rename sharenix.json => network/sharenix.json (100%) rename bookmark_get.ps1 => scripts/bookmark_get.ps1 (100%) rename flac2mp3.sh => scripts/flac2mp3.sh (100%) rename megadl.sh => scripts/megadl.sh (100%) rename mid.awk => scripts/mid.awk (100%) rename path.sh => scripts/path.sh (100%) rename rebuild.sh => scripts/rebuild.sh (100%) rename rebuild_pkgs.sh => scripts/rebuild_pkgs.sh (100%) rename sharenix.cw.sh => scripts/sharenix.cw.sh (100%) rename sharenix.fs.sh => scripts/sharenix.fs.sh (100%) rename sharenix.sel.sh => scripts/sharenix.sel.sh (100%) rename sharenix.sh => scripts/sharenix.sh (100%) rename update_vim_plugins.sh => scripts/update_vim_plugins.sh (100%) rename vnc.sh => scripts/vnc.sh (100%) mode change 100644 => 100755 rename kitty.conf => terminal/kitty.conf (100%) rename zshrc => terminal/zshrc (100%) rename porple.sss => themes/porple.sss (100%) rename vim_packages => vim/packages (100%) rename vimrc => vim/vimrc (100%) rename 61-xwiimote-custom.conf => x11/61-xwiimote-custom.conf (100%) rename XCompose => x11/XCompose (100%) rename Xresources => x11/Xresources (100%) rename progm.xkb => x11/progm.xkb (100%) rename xprofile => x11/xprofile (100%) 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