Skip to content

Instantly share code, notes, and snippets.

@guibeira
Last active March 24, 2019 16:30
Show Gist options
  • Save guibeira/ac0a7dfbb8b7fb3d9c90bba13483f35c to your computer and use it in GitHub Desktop.
Save guibeira/ac0a7dfbb8b7fb3d9c90bba13483f35c to your computer and use it in GitHub Desktop.
Install dojo timer
sudo apt install gtk-sharp2 # install dependencies
sudo apt install mono-complete
wget https://teamcity.jetbrains.com/guestAuth/repository/download/cb_bt402/.lastSuccessful/dojotimer.exe # download binary file
sudo chmod 755 dojotimer.exe # give permissions
sudo mv dojotimer.exe /bin/dojotimer
# now just type `dojotimer`
@guibeira
Copy link
Author

Tested on ubuntu 18 LTS

@guibeira
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment