Skip to content

Instantly share code, notes, and snippets.

@arruda
Created February 1, 2012 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arruda/1716674 to your computer and use it in GitHub Desktop.
Save arruda/1716674 to your computer and use it in GitHub Desktop.
Incluindo Programas no Gnome-Do
export PATH=$PATH:$HOME/bin
mkdir ~/bin
vim ~/.bashrc
[Desktop Entry]
Encoding=UTF-8
Name=Eclipse
Comment=Eclipse IDE
Exec=eclipse
Terminal=false
Type=Application
StartupNotify=true
Categories=Application;Development;Java;IDE
cd ~/bin
ln -s /home/username/eclipse/eclipse eclipse
source ~/.bashrc
vim ~/.local/share/applications/eclipse.desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment