Skip to content

Instantly share code, notes, and snippets.

@waloriju
Last active December 19, 2015 10:19
Show Gist options
  • Save waloriju/5939208 to your computer and use it in GitHub Desktop.
Save waloriju/5939208 to your computer and use it in GitHub Desktop.
Instalando GMate no Ubuntu

Run: GMate

curl -ks https://gist.github.com/WanderleyJunior/5939208/raw/run.sh | bash -
#!/bin/bash
# Add Ubuntu on Rails
sudo apt-add-repository -y ppa:ubuntu-on-rails/ppa
sudo apt-get update
# Install gedit-gmate package
sudo apt-get install -y gedit-gmate
# terminal color
gsettings set org.gnome.gedit.plugins.terminal use-theme-colors false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment