mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 04:44:03 +01:00
Switch from yay to paru
Paru is a new AUR helper written in Rust. The main difference between it and Yay (written in Go) is that the code is supposed to be cleaner.
This commit is contained in:
parent
5bc2693cfb
commit
eb4650fb3b
6
paru/.config/paru/paru.conf
Normal file
6
paru/.config/paru/paru.conf
Normal file
@ -0,0 +1,6 @@
|
||||
[options]
|
||||
PgpFetch
|
||||
Devel
|
||||
Provides
|
||||
DevelSuffixes = -git -cvs -svn -bzr -darcs -always
|
||||
CombinedUpgrade
|
18
paru/README.md
Normal file
18
paru/README.md
Normal file
@ -0,0 +1,18 @@
|
||||
# paru
|
||||
|
||||
[paru][paru] is a new AUR helper for [Arch Linux](/.archlinux).
|
||||
|
||||
## Use Cases
|
||||
|
||||
paru can be used to:
|
||||
|
||||
- Easily check for updates of AUR packages
|
||||
- Install packages faster (no typing sudo!)
|
||||
- Clean unused dependencies easily (`-c`)
|
||||
|
||||
You should not use paru if:
|
||||
|
||||
- You want to use [yay](yay) instead.
|
||||
|
||||
[paru]: https://github.com/Morganamilo/paru
|
||||
[yay]: https://github.com/Jguer/yay
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"combinedupgrade": true
|
||||
}
|
@ -1,17 +0,0 @@
|
||||
# yay
|
||||
|
||||
[yay][yay] is an AUR helper for [Arch Linux](/.archlinux).
|
||||
|
||||
## Use Cases
|
||||
|
||||
yay can be used to:
|
||||
|
||||
- Easily check for updates of AUR packages
|
||||
- View database statistics with a single command (`-Ps`)
|
||||
- Clean unused dependencies easily (`-c`)
|
||||
|
||||
You should not use yay if:
|
||||
|
||||
- You do not have to worry about updating AUR packages
|
||||
|
||||
[yay]: https://github.com/Jguer/yay
|
Loading…
Reference in New Issue
Block a user