Skip to content

Instantly share code, notes, and snippets.

View zeronote's full-sized avatar

Lorenzo Chianura zeronote

  • Sydney, Australia
View GitHub Profile
@zeronote
zeronote / restore_kate_icon.txt
Last active March 29, 2020 07:46
KDE Plasma: restore Kate original icon
# clone the breeze-icons repository
git clone https://github.com/KDE/breeze-icons.git
# check out to the latest tag containing a nice icon for Kate
cd breeze-icons
git checkout v5.66.0
# restore the icon
sudo cp icons/apps/48/kate.svg /usr/share/icons/breeze/apps/48/kate.svg
@zeronote
zeronote / README.md
Created July 5, 2017 13:38 — forked from kergoth/README.md
Quick prototype of a variable filtered bitbake -e

bitbake-env: improved version of bitbake -e

To install

The script may be run from anywhere, as long as 'bitbake' can be found in your PATH.

Suggestion: alias bbe=bitbake-env