add sharenix.json

master
an 2019-05-17 00:41:31 -04:00
parent ec6558cd25
commit 13dd28f38a
2 changed files with 48 additions and 18 deletions

View File

@ -1,20 +1,24 @@
tree -dL 3 ~/.vim/pack > vim_packages
while read t f;do
cp $(find $t) $f;done <<END
$HOME/.XCompose XCompose
$HOME/.Xresources Xresources
$HOME/.cargo/config cargo
$HOME/.config/kitty/kitty.conf kitty.conf
$HOME/.config/mpd/mpd.conf mpd.conf
$HOME/.config/pacman/makepkg.conf makepkg.conf
$HOME/.ncmpcpp/bindings ncmpcpp_bind
$HOME/.ncmpcpp/config ncmpcpp_conf
$HOME/.vimrc vimrc
$HOME/.xprofile xprofile
$HOME/.zshrc zshrc
$HOME/src/scripts/* .
/etc/motsognir.conf motsognir.conf
/etc/systemd/network/* .
/mnt/d/w2/Output/_dlscr/bookmark_get.ps1 bookmark_get.ps1
/usr/share/X11/xkb/symbols/progm progm.xkb
while read t f
do
cp $(find $t) $f
done <<END
$HOME/.XCompose XCompose
$HOME/.Xresources Xresources
$HOME/.cargo/config cargo
$HOME/.config/kitty/kitty.conf kitty.conf
$HOME/.config/mpd/mpd.conf mpd.conf
$HOME/.config/pacman/makepkg.conf makepkg.conf
$HOME/.ncmpcpp/bindings ncmpcpp_bind
$HOME/.ncmpcpp/config ncmpcpp_conf
$HOME/.sharenix.json sharenix.json
$HOME/.vimrc vimrc
$HOME/.xprofile xprofile
$HOME/.zshrc zshrc
$HOME/src/scripts/* .
/etc/motsognir.conf motsognir.conf
/etc/systemd/network/* .
/mnt/d/w2/Output/_dlscr/bookmark_get.ps1 bookmark_get.ps1
/usr/share/X11/xkb/symbols/progm progm.xkb
END

26
sharenix.json Normal file
View File

@ -0,0 +1,26 @@
{
"DefaultFileUploader": "Greyserv",
"DefaultImageUploader": "Greyserv",
"DefaultUrlShortener": null,
"XineramaHead": 0,
"NotificationTime": 30,
"NotifyUploading": true,
"NotifyCommand": "",
"ClipboardTime": 5,
"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
}
]
}