Ubuntu (Mac style) initial settings

environment

UI layout like Mac

Place the Dock down

Screenshot from 2020-11-02 19-41-44.png

  1. Start "Settings"
  2. Open the "Appearance" tab
  3. Change the display position of the Dock from "left" to "bottom" Screenshot from 2020-11-02 19-48-13.png

Properly shorten the length of the Dock

  1. Start Terminal
  2. Execute the following command
$ gsettings set org.gnome.shell.extensions.dash-to-dock extend-height false

Place "Show application" on the far left

  1. Start Terminal
  2. Execute the following command
$ gsettings set org.gnome.shell.extensions.dash-to-dock show-apps-at-top true

Place the "trash can" in the Dock

  1. Start Terminal
  2. Execute the following command
$ gsettings set org.gnome.shell.extensions.dash-to-dock show-trash true

Changes in the settings so far

Screenshot from 2020-11-02 19-54-12.png Layout only Mac style

Make icons and GUI more Mac-like from the following steps

Make the UI Mac-like

  1. Download your favorite wallpaper in advance
  2. Start Terminal
    1. Download the icon from gnome-look.org and `` / usr / share / icons / Expand to
  3. Execute the following command
#Only for those who don't have Git installed
$ sudo apt install git curl
$ mkdir ~/.themes
$ cd ~/.themes/
#There are other Dark modes, so you can choose the theme that suits you.
$ git clone https://github.com/B00merang-Project/macOS.git
#The one that changes the icon
$ sudo apt install gnome-tweak-tool
$ gnome-tweaks

gnome-tweaks settings Screenshot from 2020-11-03 20-20-01.png

Move the title bar button to the left Screenshot from 2020-11-02 22-45-58.png

Complete Screenshot from 2020-11-03 20-20-45.png

Recommended Posts

Ubuntu (Mac style) initial settings
centos7 Initial settings
EC2 initial settings
CentOS7 initial settings
Initial settings of Netbeans (for JavaEE)
[OpenCV3.2.0] Eclipse (Java) settings (for Mac)
MongoDB installation and authentication settings (Ubuntu18.04)
[My style] rails Initial setting memo
Initial introduction to Mac (Java engineer)
Wake on Lan settings on Ubuntu 20.04.1 LTS
The story of installing raspi-config on ubuntu 18.04 and changing the initial settings of GPIO