yay config, and world update
This commit is contained in:
parent
794737102f
commit
213fc9fa4f
4 changed files with 48 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
[Settings]
|
||||
gtk-theme-name=FlatColor
|
||||
gtk-icon-theme-name=flattrcolor
|
||||
gtk-font-name=Ubuntu Mono 10
|
||||
gtk-icon-theme-name=hicolor
|
||||
gtk-font-name=Sans 10
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
|
|
|
@ -20,6 +20,7 @@ hyperfine
|
|||
marked
|
||||
nim
|
||||
nimble
|
||||
pandoc
|
||||
picocom
|
||||
pyenv
|
||||
python-adafruit-nrfutil-git
|
||||
|
@ -33,4 +34,5 @@ python-pynvim
|
|||
python-pytest
|
||||
qmk
|
||||
ripgrep
|
||||
rust
|
||||
shellcheck
|
||||
|
|
|
@ -15,7 +15,7 @@ if [ "${IS_MANJARO}" = "1" ]; then
|
|||
makepkg -si
|
||||
|
||||
cd ~
|
||||
yay -S zsh worldedit-git
|
||||
yay -S --needed zsh worldedit-git
|
||||
sudo sed -i '/#MAKEFLAGS="-j2"/c\MAKEFLAGS="-j'$(nproc --all)'"' /etc/makepkg.conf
|
||||
sudo sed -i '/#ParallelDownloads/c\ParallelDownloads = 5' /etc/pacman.conf
|
||||
fi
|
||||
|
|
43
.config/yay/config.json
Normal file
43
.config/yay/config.json
Normal file
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"aururl": "https://aur.archlinux.org",
|
||||
"buildDir": "/home/kdb424/.cache/yay",
|
||||
"absdir": "/home/kdb424/.cache/yay/abs",
|
||||
"editor": "",
|
||||
"editorflags": "",
|
||||
"makepkgbin": "makepkg",
|
||||
"makepkgconf": "",
|
||||
"pacmanbin": "pacman",
|
||||
"pacmanconf": "/etc/pacman.conf",
|
||||
"redownload": "no",
|
||||
"rebuild": "no",
|
||||
"answerclean": "",
|
||||
"answerdiff": "",
|
||||
"answeredit": "",
|
||||
"answerupgrade": "",
|
||||
"gitbin": "git",
|
||||
"gpgbin": "gpg",
|
||||
"gpgflags": "",
|
||||
"mflags": "",
|
||||
"sortby": "votes",
|
||||
"searchby": "name-desc",
|
||||
"gitflags": "",
|
||||
"removemake": "no",
|
||||
"sudobin": "sudo",
|
||||
"sudoflags": "",
|
||||
"requestsplitn": 150,
|
||||
"sortmode": 0,
|
||||
"completionrefreshtime": 7,
|
||||
"sudoloop": true,
|
||||
"timeupdate": false,
|
||||
"devel": false,
|
||||
"cleanAfter": false,
|
||||
"provides": true,
|
||||
"pgpfetch": true,
|
||||
"upgrademenu": true,
|
||||
"cleanmenu": true,
|
||||
"diffmenu": false,
|
||||
"editmenu": false,
|
||||
"combinedupgrade": false,
|
||||
"useask": false,
|
||||
"batchinstall": false
|
||||
}
|
Loading…
Add table
Reference in a new issue