Skip to content

Commit

Permalink
Update: Updated pacman-clear script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyitdev committed Jun 22, 2022
1 parent de5453b commit 0f8a50a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align=center>Keyitdev Dotfiles</h1>

<p align="center">My personal Dotfiles I use in i3. Color palette is based on the Atom One Dark colorscheme. This configuration also works on dual monitors.</p>
<p align="center">My personal build of dotfiles using i3. Color palette is based on the Atom One Dark colorscheme. This configuration also works on dual monitors.</p>

<div align="center">
<a href="#-showcase">Showcase</a> · <a href="#%EF%B8%8F-info">Info</a> · <a href="#-dependencies">Dependencies</a> · <a href="#%EF%B8%8F-installation">Installation</a> · <a href="#-keybinds">Keybinds</a> · <a href="#-colors">Colors</a> · <a href="#%EF%B8%8F-troubleshooting">Troubleshooting</a>
Expand Down
2 changes: 1 addition & 1 deletion scripts/pacman-clear
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
sudo pacman -Sc
sudo pacman -Scc
paccache -r
sudo pacman -Rns "$(pacman -Qtdq)"
sudo pacman -Qtdq | sudo pacman -Rns -

# list cache
sudo du -sh ~/.cache/
Expand Down

0 comments on commit 0f8a50a

Please sign in to comment.