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,6 +1,9 @@
tree -dL 3 ~/.vim/pack > vim_packages
while read t f;do
cp $(find $t) $f;done <<END
while read t f
do
cp $(find $t) $f
done <<END
$HOME/.XCompose XCompose
$HOME/.Xresources Xresources
$HOME/.cargo/config cargo
@ -9,6 +12,7 @@ $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

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
}
]
}