diff options
| author | kj-sh604 | 2024-06-30 07:34:13 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-06-30 07:34:13 -0400 |
| commit | 422b6cb9af6c9faf3f42938db3e56c6262a67827 (patch) | |
| tree | f22e9a7ff78ee28c8f190618fdd73f376aa705b5 | |
| parent | df1ae5288ab3e3ce3d1637e028232fd559550d3a (diff) | |
refactor: switch to `paru`
| -rw-r--r-- | .config/fish/config.fish | 5 | ||||
| -rw-r--r-- | .config/paru/paru.conf | 39 | ||||
| -rw-r--r-- | .config/shell/.zshrc | 5 |
3 files changed, 43 insertions, 6 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 04a63fc..5aca2af 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -18,14 +18,13 @@ if status is-interactive alias grep='grep --colour=auto' alias ls="ls --group-directories-first -h -p --color -F" alias neofetch="alsi" - alias p="command yay" + alias p="paru" alias printf="command printf" - alias pu="command yay -Syu --answerclean yes --rebuildall --noconfirm" + alias pu="paru -Syu --noconfirm" alias s="cd ~/.local/bin && ls" alias t="timedatectl" alias w="curl wttr.in" alias x="startx" - alias yay="echo" # youtube-dl aliases alias yt-mp4="youtube-dl -cif 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'" diff --git a/.config/paru/paru.conf b/.config/paru/paru.conf new file mode 100644 index 0000000..d49d5e4 --- /dev/null +++ b/.config/paru/paru.conf @@ -0,0 +1,39 @@ +# +# $PARU_CONF +# /etc/paru.conf +# ~/.config/paru/paru.conf +# +# See the paru.conf(5) manpage for options + +# +# GENERAL OPTIONS +# +[options] +PgpFetch +Devel +Provides +DevelSuffixes = -git -cvs -svn -bzr -darcs -always -hg -fossil +#AurOnly +BottomUp +#RemoveMake +#SudoLoop +#UseAsk +#SaveChanges +#CombinedUpgrade +#CleanAfter +#UpgradeMenu +#NewsOnUpgrade + +#LocalRepo +#Chroot +#Sign +#SignDb +#KeepRepoCache + +# +# Binary OPTIONS +# +#[bin] +#FileManager = vifm +#MFlags = --skippgpcheck +#Sudo = doas diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index ad17190..24871e8 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -24,14 +24,13 @@ SAVEHIST=9999999 alias grep='grep --colour=auto' alias ls="ls --group-directories-first -h -p --color -F" alias neofetch="alsi" - alias p="command yay" + alias p="paru" alias printf="command printf" - alias pu="command yay -Syu --answerclean yes --rebuildall --noconfirm" + alias pu="paru -Syu --noconfirm" alias s="cd ~/.local/bin && ls" alias t="timedatectl" alias w="curl wttr.in" alias x="startx" - alias yay="echo" # youtube-dl aliases alias yt-mp4="youtube-dl -cif 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'" |
