Skip to content

Instantly share code, notes, and snippets.

# here is how you can build locally kwin-bismuth package that in 3.1.4-4build2 comes broken unfortunately for Kubuntu 24.04
# from main system
sudo apt-get install kwin-bismuth
git clone https://github.com/Bismuth-Forge/bismuth.git
cd bismuth
docker run --rm -it --volume `pwd`:/app --workdir /app ubuntu
# from inside the container
apt-get update
@dehidehidehi
dehidehidehi / .gitconfig
Last active July 27, 2022 15:51 — forked from milanpanchal/.gitconfig
Git config properties
[user]
name = K
email = [email protected]
[alias]
cp = cherry-pick
co = checkout
s = status
sb = status -sb