IT/리눅스(Linux)

만자로(Manjaro) 리눅스 설치 후 초기 세팅

MirDaTe 2021. 7. 2. 15:40
728x90

#만자로 미러서버 변경, 업데이트

sudo pacman-mirrors --country Japan Taiwan China Hong_Kong Indonesia Philippines South_Korea

sudo pacman -Syyu

sudo reboot

#zsh사용

chsh -s /usr/bin/zsh

 

#로그아웃 후 재로그인

curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh

 

#vim 설치

sudo pacman -S vim

sudo rm /usr/bin/vi

sudo ln -s /usr/bin/vim /usr/bin/vi

#yaourt 설치(aur)

pamac-manager

preference -> AUR -> enable aur support 체크, check for update from aur 체크

yaourt 검색, 체크, apply,commit

또는

git clone https://aur.archlinux.org/yaourt.git

cd yaourt

makepkg -si

 

#한글 입력기 설치(uim)

sudo pacman -S uim

uim-pref-gtk

 

#글로벌 세팅 -> default IM 체크, Default input method 벼루, enalbe input method 벼루only

enable im switching… 체크해제, enable input method toggle… 체크해제

 

#벼루 key bindings 1 -> 벼루 on-off에 한영키 추가

 

#나눔 글꼴, 구글 noto글꼴 설치

sudo pacman -S noto-fonts-cjk

yaourt -S ttf-nanum

yaourt -S ttf-nanumgothic_coding

 

#uim 자동 실행

vi ~/.xprofile

-> IM=”uim”

export GTK_IM_MODULE=$IM

export XMODIFIERS=@im=$IM

export QT_IM_MODULE=$IM

export XIM=$IM

 

#Plank Dockbar 설치

sudo pacman -S plank

 

#전체설정 -> 세션 및 시동 -> 프로그램 자동 시작 -> 오른쪽마우스-프로그램 추가

-> 이름: plank, 설명: plank, 명령: plank

sudo reboot

 

#plank 설정

plank –preferences