System Management
Ubuntu 리눅스 터미널 solarized 테마 적용
kogun82
2017. 1. 15. 16:08
1). Ubuntu git 설치
명령어 예제
sudo apt-get install git
2). git 명령어 solarized 테마 다운로드 및 설치하기
명령어 예제
git clone https://github.com/sigurdga/gnome-terminal-colors-solarized.git
cd gnome-terminal-colors-solarized
install
➜ gnome-terminal-colors-solarized git:(master) ✗ ./install.sh
This script will ask you which color scheme you want, and which Gnome Terminal profile to overwrite.
Please note that there is no uninstall option yet. If you do not wish to overwrite any of your profiles, you should create a new profile before you run this script. However, you can reset your colors to the Gnome default, by running:
Gnome >= 3.8 dconf reset -f /org/gnome/terminal/legacy/profiles:/
Gnome < 3.8 gconftool-2 --recursive-unset /apps/gnome-terminal
By default, it runs in the interactive mode, but it also can be run non-interactively, just feed it with the necessary options, see 'install.sh --help' for details.
Please select a color scheme:
1) dark
2) dark_alternative
3) light
#? 3
Please select a Gnome Terminal profile:
1) kogun82
#? 1
You have selected:
Scheme: light
Profile: kogun82 (:b1dcc9dd-5262-4d8d-a863-c897e6d979b9)
Are you sure you want to overwrite the selected profile?
(YES to continue) yes
Confirmation received -- applying settings
반응형