Skip to content

Instantly share code, notes, and snippets.

@durvalrafael
Last active March 30, 2018 14:18
Show Gist options
  • Select an option

  • Save durvalrafael/e1b9fbbcd6cc7a7dc222b0201fbddd32 to your computer and use it in GitHub Desktop.

Select an option

Save durvalrafael/e1b9fbbcd6cc7a7dc222b0201fbddd32 to your computer and use it in GitHub Desktop.
Lista Ubuntu Theme

Ubuntu Workflow

Theming

  • Install gnome tweak (avaliable on Ubuntu Software)
  • Install Arc Theme at https://github.com/horst3180/arc-theme
  • Install GTK 3
    $ sudo apt-get install libgtk-3-dev
    
  • Install Filezilla theme at https://github.com/PapirusDevelopmentTeam/papirus-filezilla-themes

Misc

  • Install Google Fonts
    cd && wget https://raw.githubusercontent.com/hotice/webupd8/master/install-google-fonts
    chmod +x install-google-fonts
    ./install-google-fonts
    
  • Install aptitude (apt with superpowers)
    $  apt-get install aptitude
    
  • Install ssh pass (ssh without password)
    $  apt-get install sshpass
    

Open VPN

sudo apt-get install openvpn network-manager-openvpn-gnome

VSCODE as default text editor

$ xdg-mime default code.desktop text/plain

Command line

  • Tree
    sudo apt-get install tree
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment