Skip to content

Instantly share code, notes, and snippets.

@adlerdias
Last active January 9, 2019 18:29
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 adlerdias/821799422f1c16bb69cc530d9bc45c5a to your computer and use it in GitHub Desktop.
Save adlerdias/821799422f1c16bb69cc530d9bc45c5a to your computer and use it in GitHub Desktop.
Ubuntu 18.04: Pretiffy

1 Show address bar with full path in Nautilus instead of breadcrumbs bar

$ gsettings set org.gnome.nautilus.preferences always-use-location-entry true

or

$ dconf write /org/gnome/nautilus/preferences/always-use-location-entry true

2 Install a theme

$ sudo add-apt-repository ppa:daniruiz/flat-remix
$ sudo apt-get update
$ sudo apt-get install flat-remix-gtk flat-remix flat-remix-gnome

3 Remove left app bar AKA Ubuntu Dock

$ gsettings set org.gnome.shell.extensions.dash-to-dock autohide false
$ gsettings set org.gnome.shell.extensions.dash-to-dock dock-fixed false
$ gsettings set org.gnome.shell.extensions.dash-to-dock intellihide false

4 Install dash to panel

Install Dash to Panel from Gnome Extensions.

5 Install MS Fonts

$ sudo apt install ttf-mscorefonts-installer
$ sudo fc-cache -f -v

6 Install Fira Code

$ sudo apt install fonts-firacode

7 ¯_(ツ)_/¯

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