Ubuntu 16.04 Configuration
Install Ubuntu Cinnamon. Follow these instructions.
These settings are set in System Settings > Themes.
Install the Arc theme with these instructions.
I also modified the panel in a number of ways:
%A %B %e,%l:%M %p
which formats the time like Sunday October 22, 5:22 PM
. Information about formatting strings is available on this site.Install Cinnamon applets:
I also install:
I maintain a collection of dotfiles that I keep in a repository at https://github.com/mgub/dotfiles. These contain configuration files for a number of tools that I use frequently, such as vim, tmux.
I use the Gnome Terminal. Here are my profile settings:
background-color: #282A36
bold-color: #6E46A4
bold-color-same-as-fg: false
font: Ubuntu Mono 14
foreground-color: #F8F8F2
palette: ['#262626', '#E356A7', '#42E66C', '#E4F34A', '#9B6BDF', '#E64747', '#75D7EC', '#EFA554', '#7A7A7A', '#FF79C6', '#50FA7B', '#F1FA8C', '#BD93F9', '#FF5555', '#8BE9FD', '#FFB86C']
use-system-font: false
use-theme-colors: false
use-theme-transparency: false
visible-name: mgub
I followed the instructions on dracula/gnome-terminal to install the Dracula colorscheme for Gnome Terminal.
I install zsh as my default terminal, Oh My Zsh, and zsh-syntax-highlighting (instructions).
Whenever I freshly install Ubuntu, I install a number of applications, mostly for development and productivity tasks. Here's a list of them:
For development, I install these: