diff --git a/x11/XCompose b/applications/XCompose similarity index 100% rename from x11/XCompose rename to applications/XCompose diff --git a/x11/Xresources b/applications/Xresources similarity index 100% rename from x11/Xresources rename to applications/Xresources diff --git a/terminal/fish b/applications/fish similarity index 100% rename from terminal/fish rename to applications/fish diff --git a/terminal/kitty.conf b/applications/kitty.conf similarity index 100% rename from terminal/kitty.conf rename to applications/kitty.conf diff --git a/applications/sharenix.json b/applications/sharenix.json new file mode 100644 index 0000000..416a383 --- /dev/null +++ b/applications/sharenix.json @@ -0,0 +1,26 @@ +{ + "DefaultFileUploader": "Greyserv", + "DefaultImageUploader": "Greyserv", + "DefaultUrlShortener": null, + "XineramaHead": 0, + "NotificationTime": 30, + "NotifyUploading": true, + "NotifyCommand": "", + "ClipboardTime": 1, + "SaveFolder": "/home/marrub/Pictures/ShareNix", + "OrganizedFolders": false, + + "Services": [ + { + "Name": "Greyserv", + "DestinationType": "None", + "RequestType": "POST", + "RequestURL": "https://fuck.greyserv.net/", + "FileFormName": "file_1", + "ResponseType": "Text", + "URL": null, + "ThumbnailURL": null, + "DeletionURL": null + } + ] +} diff --git a/x11/xprofile b/applications/xprofile similarity index 100% rename from x11/xprofile rename to applications/xprofile diff --git a/terminal/zshrc b/applications/zshrc similarity index 100% rename from terminal/zshrc rename to applications/zshrc diff --git a/copy-files.fish b/copy-files.fish index c79f009..13db720 100755 --- a/copy-files.fish +++ b/copy-files.fish @@ -1,6 +1,13 @@ #!/usr/bin/env fish -mkdir -p applications build-system network scripts terminal themes vim x11 +mkdir -p \ + applications \ + build-system \ + network \ + scripts \ + system \ + themes \ + vim tree -dL 3 ~/.vim/pack > vim/packages diff --git a/files b/files index d196e22..d3474c7 100644 --- a/files +++ b/files @@ -1,25 +1,25 @@ -applications/konsole.profile ~/.local/share/konsole/Profile.profile -applications/mupen64plus.cfg ~/.config/mupen64plus/mupen64plus.cfg -applications/ncmpcpp-bind ~/.ncmpcpp/bindings -applications/ncmpcpp-conf ~/.ncmpcpp/config -applications/rpcs3.yml ~/.config/rpcs3/config.yml -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 +applications/XCompose ~/.XCompose +applications/Xresources ~/.Xresources +applications/fish ~/.config/fish/config.fish +applications/kitty.conf ~/.config/kitty/kitty.conf +applications/konsole.profile ~/.local/share/konsole/Profile.profile +applications/mupen64plus.cfg ~/.config/mupen64plus/mupen64plus.cfg +applications/ncmpcpp-bind ~/.ncmpcpp/bindings +applications/ncmpcpp-conf ~/.ncmpcpp/config +applications/rpcs3.yml ~/.config/rpcs3/config.yml +applications/sharenix.json ~/.sharenix.json +applications/xprofile ~/.xprofile +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 +scripts ~/src/scripts/* +scripts/bookmark-get.ps1 /mnt/d/w2/Output/_dlscr/bookmark_get.ps1 +system/61-xwiimote-custom.conf /etc/X11/xorg.conf.d/61-xwiimote-custom.conf +system/progm.xkb /usr/share/X11/xkb/symbols/progm +themes ~/.slade3/text_styles/* +themes/ripcord.json ~/.local/share/Ripcord/custom_theme.json +vim/vimrc ~/.vim/vimrc diff --git a/x11/61-xwiimote-custom.conf b/system/61-xwiimote-custom.conf similarity index 100% rename from x11/61-xwiimote-custom.conf rename to system/61-xwiimote-custom.conf diff --git a/x11/progm.xkb b/system/progm.xkb similarity index 100% rename from x11/progm.xkb rename to system/progm.xkb