This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = K | |
email = [email protected] | |
[alias] | |
cp = cherry-pick | |
co = checkout | |
s = status | |
sb = status -sb |