본문 바로가기

개발

Ubuntu Terminator 설치 방법

728x90

Terminator 는 Ubuntu 의 터미널 프로그램 중 가장 이쁜 터미널이다. 마치 MAC 의 터미널과 흡사하다고 할까? 이런 Terminator 는 apt 명령어로 쉽게 설치가 가능하다.

 


sudo apt-get install terminator

 

 

gnome terminal 과 같은 경우는 환경 설정을 메뉴를 찾아서 할 수 있었지만, Terminator 는 아래와 같이 설정 파일에 직접 설정 값을 입력해야 한다.

 

vi ~/.config/terminator/config 를 입력하여 Terminator 설치를 끝내면 된다.

[global_config]
    tab_position = bottom
    handle_size = 0
    focus = system
[keybindings]
[profiles]
  [[default]]
    scrollbar_position = hidden
    use_system_font = False
    visible_bell = True
    background_darkness = 0.8
    background_type = transparent
    background_image = None
    show_titlebar = False
    font = 나눔고딕코딩 Bold 14
[layouts]
  [[default]]
    [[[child1]]]
      type = Terminal
      parent = window0
    [[[window0]]]
      type = Window
      parent = ""
      size = 1000, 600
[plugins]