0
0

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 5 years have passed since last update.

Ubuntu18.04インストール後にする色々な設定

Last updated at Posted at 2019-10-09

Ubuntu18.04をインストールした後にやっておく設定。
順次追加していく!

ブラウザ

chrome
https://www.google.com/intl/ja_jp/chrome/

ランチャー

MacでいうところのAlfred的なやつを導入

albert

sudo apt install curl
curl https://build.opensuse.org/projects/home:manuelschneid3r/public_key | sudo apt-key add -
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/manuelschneid3r/xUbuntu_18.04/ /' > /etc/apt/sources.list.d/home:manuelschneid3r.list"
sudo apt install albert

CapsLockをCtrlにする

sudo vi /etc/default/keyboard
XKBOPTIONS="ctrl:nocaps"

左Altで英字、右Altでひらがな入力できるようにする

sudo apt install fcitx-mozc

https://kledgeb.blogspot.com/2018/04/ubuntu-unity-1804-13-fcitx-mozc.html
https://qiita.com/ys-0-sy/items/b969c3224f97a0002829

キーリピートの設定

良い感じに設定

  • 設定
    • ユニバーサルアクセス
      • タイピング
        • リピートキー

ターミナルを整える

Tilix

sudo add-apt-repository ppa:webupd8team/terminix
sudo apt-get update
sudo apt-get install tilix

Tweaksを導入

sudo apt install gnome-tweaks
  • フォントを 1.5 倍にする
  • emacs入力をONにする

エディタ

Emacs

sudo add-apt-repository ppa:kelleyk/emacs
sudo apt install emacs26

Vscode
https://code.visualstudio.com/

dotfiles

自分のGithubからdotfilesリポジトリをclone
初期設定をする

通知管理アプリ

Rambox
https://rambox.pro/#ce

  • Slack
  • Gmail
  • Googleカレンダー

などを設定

DBのGUIクライアント

Themeを変える

Qogirを入れる
(McMojave なるThemeもあるよ)

①themeファイル群とiconファイル群をダウンロード

②theme、iconを置くディレクトリを作る

mkdir ~/.themes ~/.icons

③解凍して作成したディレクトリ配下に置く

index.theme が入っているディレクトリを置くこと

④Tweaksを再起動して外観を設定する

  • 拡張機能で User Themes をONにする
  • 外観で、アプリケーション、アイコン、GNOME_SHELLを Qogir に設定する

中クリックで貼り付けできないようにする

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?