]> git.rmz.io Git - dotfiles.git/commitdiff
yay: Initial config
authorSamir Benmendil <samir.benmendil@ultrahaptics.com>
Tue, 9 Jul 2019 10:40:19 +0000 (11:40 +0100)
committerSamir Benmendil <samir.benmendil@ultrahaptics.com>
Tue, 9 Jul 2019 10:44:38 +0000 (11:44 +0100)
Makefile
yay/config.json [new file with mode: 0644]

index a2dddded44f58c08c3b2c103a9be66ce55d6f5ef..f0a9ceacb76c9f84e5e0fdd42a3ad18eb7b2edab 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -78,6 +78,10 @@ vim: $(XDG_CONFIG_HOME)
        git clone https://github.com/gmarik/vundle $(XDG_DATA_HOME)/vim/vundle
 .PHONY: vim
 
        git clone https://github.com/gmarik/vundle $(XDG_DATA_HOME)/vim/vundle
 .PHONY: vim
 
+yay: $(XDG_CONFIG_HOME)
+       ln -sfT $(APATH)/yay $(XDG_CONFIG_HOME)/yay
+       mkdir -p $(XDG_CACHE_HOME)/yay
+
 xprofile:
        ln -sfT $(APATH)/xprofile ~/.xprofile
 .PHONY: xprofile
 xprofile:
        ln -sfT $(APATH)/xprofile ~/.xprofile
 .PHONY: xprofile
diff --git a/yay/config.json b/yay/config.json
new file mode 100644 (file)
index 0000000..ff117f0
--- /dev/null
@@ -0,0 +1,40 @@
+{
+       "aururl": "https://aur.archlinux.org",
+       "buildDir": "/home/sb/.cache/yay",
+       "editor": "",
+       "editorflags": "",
+       "makepkgbin": "makepkg",
+       "makepkgconf": "",
+       "pacmanbin": "pacman",
+       "pacmanconf": "/etc/pacman.conf",
+       "tarbin": "bsdtar",
+       "redownload": "no",
+       "rebuild": "no",
+       "answerclean": "",
+       "answerdiff": "",
+       "answeredit": "",
+       "answerupgrade": "",
+       "gitbin": "git",
+       "gpgbin": "gpg",
+       "gpgflags": "",
+       "mflags": "",
+       "sortby": "votes",
+       "gitflags": "",
+       "removemake": "ask",
+       "requestsplitn": 150,
+       "sortmode": 0,
+       "completionrefreshtime": 7,
+       "sudoloop": false,
+       "timeupdate": false,
+       "devel": false,
+       "cleanAfter": false,
+       "gitclone": true,
+       "provides": true,
+       "pgpfetch": true,
+       "upgrademenu": true,
+       "cleanmenu": true,
+       "diffmenu": true,
+       "editmenu": false,
+       "combinedupgrade": false,
+       "useask": false
+}