목차

Install Manjaro Linux 20 Lysia KDE

USB ISO 구워서 설치 준비

EFI 파티션

package 저장소 변경

Yakuake Config

sudo 설정

ᅟbash 기본 설정

~/.bashrc에 다음 추가

set -o vi
export PATH=/home/kwon37xi/.local/bin:$PATH

Input Method installation

uim

fcitx-hangul

yay 설치

pamac build yay

or

git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
cd ..
rm -rf yay

한국어 글꼴 설치

sudo pacman -S noto-fonts-cjk adobe-source-han-sans-kr-fonts ttf-baekmuk
yay -S aur/spoqa-han-sans \
    aur/ttf-d2coding \
    aur/ttf-nanum \
    aur/ttf-nanumgothic_coding \
    aur/ttf-kopub \
    aur/ttf-kopubworld \
    aur/ttf-unfonts-core-ibx \
    aur/ttf-neodgm

MS Windows Fonts

# Windows Dual Booting 일 경우 Windows 글꼴 복제
# root 권한으로
mkdir /usr/share/fonts/WindowsFonts
cp /mnt/windows/Windows/Fonts/* /usr/share/fonts/WindowsFonts/
chmod 644 /usr/share/fonts/WindowsFonts/*
fc-cache --force
 
# 혹시 Windows가 안깔려 있는데, ms-fonts가 필요하다면
# 듀얼 부팅일 경우 Windows 파티션의 글꼴을 복사하는게 낫다.
yay -S aur/ttf-ms-fonts

Google Chrome 설치

yay -S aur/google-chrome

Manjaro Settings Manager - 만자로 설정 관리자 및 모니터 설정

GVim Editor 설치

sudo pacman -S gvim

듀얼 부팅 일 경우 Windows 파티션 연결

기본 디렉토리 연결

별도 파티션에서 데이터를 저장할 경우에만,

export DATA_HOME=/mnt/data
cd ~
# rmdir 공개
# ln -s "$DATA_HOME/Public" "공개"
rmdir 다운로드
ln -s "$DATA_HOME/Downloads" "다운로드"
ln -s "$DATA_HOME/Downloads" "Downloads"
rmdir 문서
ln -s "$DATA_HOME/Documents" "문서"
rmdir 비디오
ln -s "$DATA_HOME/Videos" "비디오"
rmdir 사진
ln -s "$DATA_HOME/Pictures" "사진"
rmdir 서식
ln -s "$DATA_HOME/Templates" "서식"
rmdir 음악
ln -s "$DATA_HOME/Music" "음악"

Dropbox / Google Drive

sudo pacman -S kio-gdrive

KDE 설정

Touchpad 설정

swappiness 낮추기

grub 부팅 timeout 줄이기 및 테마 설정

SSD TRIM 활성화

sudo systemctl enable --now fstrim.timer

CPU performance 모드로 변경

systemd 에러 확인

# 에러가 났는지 확인
sudo systemctl --failed
 
# 자세한 메시지 확인
sudo journalctl -p 3 -xb

ntpd 설정

개발 환경 설정

Troubleshootings

문제점

참조