From 873062e899d0c2358a940d3446f03d7dc271a5a1 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Mon, 30 Sep 2019 21:40:22 +0200 Subject: [PATCH] fix: yay config and terminal --- .bash_aliases | 2 -- .config/i3/config | 2 +- .config/yay/config.json | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 3 deletions(-) create mode 100644 .config/yay/config.json diff --git a/.bash_aliases b/.bash_aliases index 3f6ab7e..e515281 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -31,5 +31,3 @@ alias md5sum-dir='function _md5sum-dir(){ find $1 -type f -exec md5sum {} \; | m alias pacman-autoremove='sudo pacman -Rns $(pacman -Qtdq)' alias rm='rm -I' - -alias yay='yay --builddir /opt/aur-source' diff --git a/.config/i3/config b/.config/i3/config index 466dbad..ae4fd48 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -113,7 +113,7 @@ mode "$mode_refresh_rate" { ### BINDINGS -bindsym $mod+Return exec termite +bindsym $mod+Return exec alacritty bindsym $mod+Shift+q kill bindsym $mod+d exec --no-startup-id rofi -show diff --git a/.config/yay/config.json b/.config/yay/config.json new file mode 100644 index 0000000..7a9902d --- /dev/null +++ b/.config/yay/config.json @@ -0,0 +1,40 @@ +{ + "aururl": "https://aur.archlinux.org", + "buildDir": "/opt/aur-source", + "editor": "", + "editorflags": "", + "makepkgbin": "makepkg", + "makepkgconf": "", + "pacmanbin": "pacman", + "pacmanconf": "/etc/pacman.conf", + "tarbin": "bsdtar", + "redownload": "no", + "rebuild": "no", + "answerclean": "N", + "answerdiff": "N", + "answeredit": "", + "answerupgrade": "", + "gitbin": "git", + "gpgbin": "gpg", + "gpgflags": "", + "mflags": "", + "sortby": "votes", + "gitflags": "", + "removemake": "ask", + "requestsplitn": 150, + "sortmode": 0, + "completionrefreshtime": 7, + "sudoloop": true, + "timeupdate": false, + "devel": false, + "cleanAfter": false, + "gitclone": true, + "provides": true, + "pgpfetch": true, + "upgrademenu": true, + "cleanmenu": true, + "diffmenu": true, + "editmenu": false, + "combinedupgrade": false, + "useask": false +} \ No newline at end of file