cloned ben awad's nvim coc setup like vscode, config files in nvim directory

This commit is contained in:
tomit4 2021-09-24 17:00:57 -07:00
parent 6911371114
commit f3aa8e04ae
11 changed files with 2024 additions and 4 deletions

View file

@ -259,14 +259,19 @@ OR
yay -Rns <name>
To remove a specific package and all its dependencies:
sudo pacman -Rs <name>
sudo pacman -Rsu <name>
To view/remove orphan packages:
pacman -Qdt
sudo pacman -Rs $(pacman -Qdtq)
To Clean up unneeded dependencies:
yay -Yc
To clean up the pacman cache of all packages that are not currently installed:
sudo pacman -Sc OR
sudo paccache -r
To clean up the pacman cache of all packages that are not currently installed (except for the last 3 packages):
sudo paccache -rvk3
More dangerous, removes entire cache:
sudo pacman -Scc
To clean out your /home directory cache:
First to see your home cache disk usage: