From bd4518bbbb71ea3bf49894616dab603880fd2da9 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 28 Jul 2023 22:45:31 +0100 Subject: [PATCH] Remove terminator --- files/terminator.conf | 74 ------------------------------------------- tasks/shell.yml | 15 --------- 2 files changed, 89 deletions(-) delete mode 100644 files/terminator.conf diff --git a/files/terminator.conf b/files/terminator.conf deleted file mode 100644 index 9b0205b..0000000 --- a/files/terminator.conf +++ /dev/null @@ -1,74 +0,0 @@ -[global_config] - always_split_with_profile = True - enabled_plugins = TestPlugin, ActivityWatch, TerminalShot, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler - focus = mouse - inactive_color_offset = 1.0 - scroll_tabbar = True - title_hide_sizetext = True -[keybindings] - broadcast_all = None - broadcast_group = None - broadcast_off = None - close_term = w - close_window = w - cycle_next = None - cycle_prev = None - go_next = None - go_prev = None - group_all = None - group_tab = None - help = F1 - hide_window = None - insert_number = None - insert_padded = None - layout_launcher = None - line_down = Down - line_up = Up - move_tab_left = None - move_tab_right = None - new_terminator = t - new_window = None - next_tab = None - page_down = Page_Down - page_down_half = Page_Down - page_up = Page_Up - page_up_half = Page_Up - reset_clear = k - rotate_ccw = None - rotate_cw = None - search = f - split_horiz = s - split_vert = s - switch_to_tab_1 = 1 - switch_to_tab_10 = None - switch_to_tab_2 = 2 - switch_to_tab_3 = 3 - switch_to_tab_4 = 4 - switch_to_tab_5 = 5 - switch_to_tab_6 = 6 - switch_to_tab_7 = 7 - switch_to_tab_8 = 8 - switch_to_tab_9 = 9 - toggle_scrollbar = None - toggle_zoom = Up -[layouts] - [[default]] - [[[child1]]] - parent = window0 - profile = default - type = Terminal - [[[window0]]] - parent = "" - type = Window -[plugins] -[profiles] - [[default]] - audible_bell = True - background_darkness = 0.8 - font = Source Code Pro 11 - foreground_color = "#bfbfbf" - palette = "#000000:#cd0000:#00cd00:#cdcd00:#0000ee:#cd00cd:#00cdcd:#e5e5e5:#7f7f7f:#ff0000:#00ff00:#ffff00:#5c5cff:#ff00ff:#00ffff:#ffffff" - scrollback_infinite = True - scrollbar_position = hidden - show_titlebar = False - use_system_font = False diff --git a/tasks/shell.yml b/tasks/shell.yml index 13cc898..f739532 100644 --- a/tasks/shell.yml +++ b/tasks/shell.yml @@ -31,7 +31,6 @@ - screenfetch - speedtest-cli - sl - - terminator - thefuck - tmux - tmux-xpanes @@ -109,20 +108,6 @@ mode: 0644 owner: "{{ user }}" -- name: Create terminator directory - file: - path: "{{ home }}/.config/terminator/" - state: directory - owner: "{{ user }}" - mode: 0755 - -- name: Create alacritty config - copy: - src: ./files/terminator.conf - dest: "{{ home }}/.config/terminator/config" - mode: 0644 - owner: "{{ user }}" - - name: Install tmuxinator config copy: src: ./files/tmuxinator