From 81cec47b88f8059422ac6fb1d797aeff892f8118 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 10 Sep 2015 09:01:25 +0300 Subject: [PATCH] remove terminator config It doesn't like getting overwritten and restores everything to ugly defaults. It looks like I must find another one. --- conf/terminator.config | 19 ------------------- install | 2 -- 2 files changed, 21 deletions(-) delete mode 100644 conf/terminator.config diff --git a/conf/terminator.config b/conf/terminator.config deleted file mode 100644 index 974c9b89..00000000 --- a/conf/terminator.config +++ /dev/null @@ -1,19 +0,0 @@ -[global_config] -[keybindings] - layout_launcher = None -[layouts] - [[default]] - [[[child1]]] - parent = window0 - type = Terminal - [[[window0]]] - parent = "" - type = Window -[plugins] -[profiles] - [[default]] - audible_bell = True - background_image = None - font = DejaVu Sans Mono 9 - palette = "#000000:#cd0000:#00cd00:#cdcd00:#0000cd:#cd00cd:#00cdcd:#faebd7:#404040:#ff0000:#00ff00:#ffff00:#0000ff:#ff00ff:#00ffff:#ffffff" - use_system_font = False diff --git a/install b/install index 14f24f26..4f6de120 100755 --- a/install +++ b/install @@ -23,8 +23,6 @@ cat conf/Xdefaults > ~/.Xdefaults mkdir -p ~/.inxi cat conf/inxi.conf > ~/.inxi/inxi.conf gpg --quiet --import .mikaela/keys/0x0C207F07B2F32B67.asc& -mkdir -p ~/.config/terminator/ -cat conf/terminator.config >> ~/.config/terminator/config mkdir -p ~/.ssh chmod a+xr chmod bash -x ./chmod&