move things to applications/ and system/

master
an 2019-06-18 09:58:29 -04:00
parent 3c43022d21
commit c9f5ac5ce3
11 changed files with 59 additions and 26 deletions

View File

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

View File

@ -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

50
files
View File

@ -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