Skip to content

Instantly share code, notes, and snippets.

@spxwnmc
Created August 2, 2021 03:01
Show Gist options
  • Save spxwnmc/4dec350f62867fa6fa81029275c35489 to your computer and use it in GitHub Desktop.
Save spxwnmc/4dec350f62867fa6fa81029275c35489 to your computer and use it in GitHub Desktop.
todos me pelan la verga
#!/usr/bin/env bash
sudo apt install --no-install-recommends node-typescript build-essential make &&
mkdir ~/pop-shell-comp &&
cd ~/pop-shell-comp &&
git clone https://github.com/pop-os/shell.git &&
cd shell && make all &&
make install &&
sudo install -Dm755 scripts/configure.sh "/usr/share/gnome-shell/extensions/pop-shell@system76.com/scripts/configure.sh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment