From 1e24de5317a0b6149ce541700efae7ede068c0ed Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 9 Sep 2015 15:03:13 +0300 Subject: [PATCH] add conf/terminator --- conf/terminator.config | 21 +++++++++++++++++++++ install | 2 ++ 2 files changed, 23 insertions(+) create mode 100644 conf/terminator.config diff --git a/conf/terminator.config b/conf/terminator.config new file mode 100644 index 00000000..44d035b0 --- /dev/null +++ b/conf/terminator.config @@ -0,0 +1,21 @@ +# $HOME/.config/terminator/config +[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 + foreground_color = "#ffffff" + 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 4f6de120..634ee378 100755 --- a/install +++ b/install @@ -23,6 +23,8 @@ 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/terminator/config mkdir -p ~/.ssh chmod a+xr chmod bash -x ./chmod&