8
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Ubuntu(Mac風)の初期設定

Last updated at Posted at 2020-11-02

環境

  • Ubuntu 20.04

UIの配置をMac風に

Dockを下に配置する

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

  1. 「設定」を起動する
  2. 「外観」タブを開く
  3. Dockの表示位置を「左」から「下」へ
    Screenshot from 2020-11-02 19-48-13.png

Dockの長さを適切に短くする

  1. Terminalを起動する
  2. 以下のコマンドを実行
$ gsettings set org.gnome.shell.extensions.dash-to-dock extend-height false

「アプリケーションを表示する」を左端に配置する

  1. Terminalを起動する
  2. 以下のコマンドを実行
$ gsettings set org.gnome.shell.extensions.dash-to-dock show-apps-at-top true

「ゴミ箱」をDockに配置する

  1. Terminalを起動する
  2. 以下のコマンドを実行
$ gsettings set org.gnome.shell.extensions.dash-to-dock show-trash true

ここまでの設定での変化

Screenshot from 2020-11-02 19-54-12.png
レイアウトだけMac風

次の手順からアイコンやGUIをよりMac風に

UIをMac風に

  1. 好きな壁紙を予めダウンロードしておく
  2. Terminalを起動する
    1. gnome-look.orgからアイコンをダウンロードし、/usr/share/icons/に展開する
  3. 以下のコマンドを実行
# Gitをインストールしていない人だけ
$ sudo apt install git curl
$ mkdir ~/.themes
$ cd ~/.themes/
# 他にもDarkモードなどあるので自分にあったテーマを
$ git clone https://github.com/B00merang-Project/macOS.git
# iconとかを変えるやつ
$ sudo apt install gnome-tweak-tool
$ gnome-tweaks

gnome-tweaksの設定
Screenshot from 2020-11-03 20-20-01.png

タイトルバーボタンの位置を左に
Screenshot from 2020-11-02 22-45-58.png

完成
Screenshot from 2020-11-03 20-20-45.png

8
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?