Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Installation

samedamci edited this page Mar 30, 2020 · 1 revision

From AUR

yay

yay -S rofi-todo

makepkg

https://aur.archlinux.org/rofi-todo.git
cd rofi-todo
makepkg -si

From source

  • Clone this repo to your drive.
  • Install rofi.
  • Make sure are you have python3 and pip installed on your machine.
  • Use following command to install python libs.
pip3 install --user -r requirements
Clone this wiki locally