removed yay and installed paru
This commit is contained in:
parent
5993127cc7
commit
9d1376f297
3 changed files with 51 additions and 9 deletions
|
|
@ -194,6 +194,8 @@ alias py="cd ~/Documents/Code/python"
|
||||||
alias wtuts="cd ~/Documents/Code/web_tutorials"
|
alias wtuts="cd ~/Documents/Code/web_tutorials"
|
||||||
alias btuts="cd ~/Documents/Code/book_tutorials"
|
alias btuts="cd ~/Documents/Code/book_tutorials"
|
||||||
alias locate="locate -i"
|
alias locate="locate -i"
|
||||||
|
alias cat="bat"
|
||||||
|
alias batman="man bat"
|
||||||
alias li="ls -l --color=auto"
|
alias li="ls -l --color=auto"
|
||||||
alias ll="ls -liasSh --color=auto"
|
alias ll="ls -liasSh --color=auto"
|
||||||
alias {lsdir,lsd}="ls -t -1" # list only the directories
|
alias {lsdir,lsd}="ls -t -1" # list only the directories
|
||||||
|
|
|
||||||
39
paru.conf
Normal file
39
paru.conf
Normal file
|
|
@ -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
|
||||||
|
AurOnly
|
||||||
|
#BottomUp
|
||||||
|
RemoveMake
|
||||||
|
#SudoLoop
|
||||||
|
#UseAsk
|
||||||
|
#SaveChanges
|
||||||
|
#CombinedUpgrade
|
||||||
|
CleanAfter
|
||||||
|
#UpgradeMenu
|
||||||
|
#NewsOnUpgrade
|
||||||
|
|
||||||
|
#LocalRepo
|
||||||
|
#Chroot
|
||||||
|
#Sign
|
||||||
|
#SignDb
|
||||||
|
#KeepRepoCache
|
||||||
|
|
||||||
|
#
|
||||||
|
# Binary OPTIONS
|
||||||
|
#
|
||||||
|
#[bin]
|
||||||
|
FileManager = ranger
|
||||||
|
#MFlags = --skippgpcheck
|
||||||
|
Sudo = doas
|
||||||
19
updates.txt
19
updates.txt
|
|
@ -8,15 +8,16 @@ add notation about tr (translate command):
|
||||||
replace every newline with a single space:
|
replace every newline with a single space:
|
||||||
tr '\n' ' '
|
tr '\n' ' '
|
||||||
|
|
||||||
|
uninstall yay (but only after using it to install paru, lol):
|
||||||
|
|
||||||
|
yay install paru
|
||||||
|
|
||||||
|
paru -R yay
|
||||||
|
|
||||||
|
copy the paru.conf to /etc/paru.conf:
|
||||||
|
|
||||||
|
doas cp paru.conf /etc/paru.conf
|
||||||
|
|
||||||
install the following:
|
install the following:
|
||||||
|
|
||||||
doas pacman -S w3m yay
|
paru bat
|
||||||
|
|
||||||
from the aur:
|
|
||||||
|
|
||||||
cd aur_packages
|
|
||||||
git clone https://aur.archlinux.org/rsv
|
|
||||||
cd rsv
|
|
||||||
mkpkg -Si
|
|
||||||
makepkg --install
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue