LoginSignup
0
1

manjaro linux インストール後にする事

Posted at

Manjaro Linux MATEを使ってます。

ミラーサーバ

sudo pacman-mirrors -c Japan

更新

sudo pacman -Syyu

日本語入力環境

sudo pacman -S fcitx-im fcitx-mozc

~/.xprofile (無ければ作成)

export LANG="ja_JP.UTF-8"
export XMODIFIERS="@im=fcitx"
export XMODIFIER="@im=fcitx"
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export DefaultIMModule=fcitx

ディレクトリ名を英語

sudo pacman -S xdg-user-dirs-gtk
LANG=C xdg-user-dirs-gtk-update

日本語フォントをインストール

pamac install ipa-fonts ttf-sazanami noto-fonts-cjk noto-fonts-extra

ビルド関連バッケージのインストール

sudo pacman -S --needed base-devel
sudo pacman -S --needed make m4 gcc patch ed pkg-config file git cmake

yay の導入

sudo pacman -S yay

SSD環境でのTRIM

sudo systemctl enable fstrim.timer
sudo systemctl start fstrim.timer

chrome, vscode ...

yay -S google-chrome
yay -S visual-studio-code-bin
0
1
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
1