
1. zsh 설치 zsh --version으로 먼저 zsh가 이미 설치되어있는지 확인하고, 설치가 되어있지 않으면 아래 명령어로 설치 $ dnf install zsh 2. 기본쉘 변경 기본으로 사용할 쉘을 zsh로 변경 $ chsh -s /usr/bin/zsh 명령어 실행 후 로그아웃 > 로그인 3. Oh My Zsh 설치 zsh 설정을 관리하는 프레임워크인 oh my zsh 설치 curl 사용 $ sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" wget 사용 $ sh -c "$(wget https://raw.githubusercontent.com/robbyrussell..
FEDORA LINUX PHP && APACHE 설치하기참고: https://www.if-not-true-then-false.com/2010/install-apache-php-on-fedora-centos-red-hat-rhel/ 1) 리포지토리 추가## Remi Dependency on Fedora 27 / 26 ##rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm rpm -Uvh http://rpms.famill..
#1 테마 다운로드마음에 드는 gnome 테마를 다운로드 하기site: https://www.opendesktop.org/s/Gnome #2 /home/계정/.themes 디렉토리에 압축 풀기1. 디렉토리가 없으면 만들기 $ mkdir /home/계정/.themes 2. 압축 푼 폴더 옮기기 $ mv 압축푼폴더 /home/계정/.themes #3 user themes extension 설치하기 #4 gnome tweak tool 설치하기 #5 tweak tool 실행 및 테마 적용다운로드한 테마가 목록에 나타남선택해 적용하면 끝~