Skip to content

Instantly share code, notes, and snippets.

@PI-Victor
Last active December 11, 2019 08:28
Show Gist options
  • Save PI-Victor/f1fd82a1d5ba69505d6180592789c543 to your computer and use it in GitHub Desktop.
Save PI-Victor/f1fd82a1d5ba69505d6180592789c543 to your computer and use it in GitHub Desktop.
rofi install
Ubuntu:
docker run -v $(pwd):/app -w /app -ti ubuntu:19.04 /bin/bash
clone https://github.com/davatorium/rofi/releases
clone and install https://github.com/libcheck/check/releases
apt-get update && apt-get install -y wget gcc make bison flex libxkbcommon-dev gir1.2-glib-2.0 libglib2.0-dev libx11-xcb1 libxcb-xinerama0-dev libxcb-xinerama0-dev libxcb-util-dev libxcb-randr0 libxcb-randr0-dev libxcb-xrm-dev libxkbcommon-x11-dev libxcb-ewmh-dev libxcb-icccm4-dev libpango1.0-dev libstartup-notification0-dev librsvg2-dev librsvg2-dev
./configure
make
parrot os:
sudo apt install gcc make bison flex libxkbcommon-dev gir1.2-glib-2.0 libglib2.0-dev libxcb-xinerama0-dev libxcb-util0-dev libxcb-xrm-dev libxkbcommon-x11-dev libxcb-icccm4-dev libxcb-ewmh-dev libpango1.0-dev libstartup-notification0-dev librsvg2-dev libxcb-randr0-dev -y
same as above, clone and ./configure, make and make install for 'check' first
shortcut
/usr/local/bin/rofi -show drun -show-icons -font "DejaVu 9"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment