Answers for "install activitywatch ubunut"

0

install activitywatch ubunut

#Might work with earlier Ubuntu versions
#Move to a directory where you want to store your activitywatch files
#Download zip
curl -LO "https://github.com/ActivityWatch/activitywatch/releases/download/v0.11.0/activitywatch-v0.11.0-linux-x86_64.zip"

unzip activitywatch-v0.11.0-linux-x86_64.zip

#Add ActivityWatch to Ubuntu Applications
cd activitywatch
cp -i aw-qt.desktop $HOME/.local/share/applications
Posted by: Guest on August-15-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language