Skip to content

Commit

Permalink
added terminator
Browse files Browse the repository at this point in the history
  • Loading branch information
br0ns committed Feb 10, 2013
1 parent 78a22f1 commit 56ff66b
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Expand Up @@ -11,15 +11,16 @@ sudo apt-get install $(cat $CONF/packagelist)
rm -vrf .bashrc .emacs .emacs.d .gdbinit .Xresources .gnupg .xmonad .ssh .hindsight

# install links
mkdir -vp .ssh .xmonad .hindsight/conf .config/terminator
ln -vs $CONF/dotbashrc .bashrc
ln -vs $CONF/dotemacs .emacs
ln -vs $CONF/dotemacs.d .emacs.d
ln -vs $CONF/dotgdbinit .gdbinit
ln -vs $CONF/dotXresources .Xresources
mkdir -vp .ssh .xmonad .hindsight/conf
ln -vs $CONF/dotsshslashconfig .ssh/config
ln -vs $CONF/xmonad.hs .xmonad/xmonad.hs
ln -vs $CONF/blink .xmonad/blink
ln -vs $CONF/terminator.conf .config/terminator/config

xrdb .Xresources

Expand Down
43 changes: 43 additions & 0 deletions terminator.conf
@@ -0,0 +1,43 @@
[global_config]
close_button_on_tab = False
[keybindings]
reset = None
toggle_zoom = None
close_window = None
group_tab = None
hide_window = None
resize_left = None
new_terminator = None
go_prev = None
new_window = None
close_term = None
reset_clear = None
ungroup_all = None
group_all = None
resize_up = None
ungroup_tab = None
go_next = None
resize_right = None
resize_down = None
toggle_scrollbar = None
[profiles]
[[default]]
use_system_font = False
urgent_bell = True
scrollbar_position = hidden
foreground_color = "#ffffff"
scroll_on_output = False
icon_bell = False
show_titlebar = False
font = Liberation Mono 7
cursor_blink = False
scrollback_infinite = True
[layouts]
[[default]]
[[[child1]]]
type = Terminal
parent = window0
[[[window0]]]
type = Window
parent = ""
[plugins]

0 comments on commit 56ff66b

Please sign in to comment.