Keyitdev / dotfiles

My personal build of dotfiles using i3.
GNU General Public License v3.0
365 stars 38 forks source link

Noto Emojis and Pacman contrib Script #1

Closed Drack112 closed 2 years ago

Drack112 commented 2 years ago

Noto Fonts

When using Discord or some similar application. There may be some errors where certain fonts may be missing and a square is left in place.

In the install-on-arch.sh file I added the noto packages and more command that creates the configuration file to apply the sources.

Pacman Script Contrib

I thought it would be interesting to use the pacman contrib package for storage cleanup purposes.

The script is very simple and the package is very small. It won't remove important stuff, but if you want to change it, feel free.

Keyitdev commented 2 years ago

I think adding the pacman-clean script and the pacman contrib package is very good idea. But installing emoji fonts should be optional as the font packages are very large (around 700MB) so I will change that in the install script. Thanks for contributing.