mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
8 lines
155 B
Bash
8 lines
155 B
Bash
rm -rf build
|
|
mkdir build
|
|
cd build
|
|
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
|
|
make
|
|
sudo make install
|
|
kwin_x11 --replace &
|
|
echo he didts it boys
|