mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
Update: Updated pacman-clear script.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<h1 align=center>Keyitdev Dotfiles</h1>
|
<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">
|
<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>
|
<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>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
sudo pacman -Sc
|
sudo pacman -Sc
|
||||||
sudo pacman -Scc
|
sudo pacman -Scc
|
||||||
paccache -r
|
paccache -r
|
||||||
sudo pacman -Rns "$(pacman -Qtdq)"
|
sudo pacman -Qtdq | sudo pacman -Rns -
|
||||||
|
|
||||||
# list cache
|
# list cache
|
||||||
sudo du -sh ~/.cache/
|
sudo du -sh ~/.cache/
|
||||||
|
|||||||
Reference in New Issue
Block a user