Skip to content

Commit 8e81b83

Browse files
committed
Add compatible Terminator config
1 parent 6af172b commit 8e81b83

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

_terminator_config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[keybindings]
2+
layout_launcher = None
3+
zoom_in = <Primary>equal

deploy.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ ln -srfv _ycm_extra_conf.py ~/.ycm_extra_conf.py
5959
# copy ideavim config
6060
ln -srfv _vimrc ~/.ideavimrc
6161

62+
# copy terminator config
63+
mkdir -vp ~/.config/terminator
64+
ln -srfv _terminator_config ~/.config/terminator/config
65+
6266
# install oh-my-zsh
6367
ln -srfTv oh-my-zsh ~/.oh-my-zsh
6468
# install oh-my-zsh custom folder

0 commit comments

Comments
 (0)