Skip to content

Instantly share code, notes, and snippets.

@BuddhiLW
Created July 16, 2024 18:45
Show Gist options
  • Save BuddhiLW/a005a70224879449351618c15a4dfb02 to your computer and use it in GitHub Desktop.
Save BuddhiLW/a005a70224879449351618c15a4dfb02 to your computer and use it in GitHub Desktop.
Install picom from source
#!/bin/bash
cd $DOTFILES/gitthings/
git clone https://github.com/yshui/picom.git
cd picom
git submodule update --init --recursive
meson setup --buildtype=release . build
ninja -C build
ninja -C build install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment