We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af172b commit 8e81b83Copy full SHA for 8e81b83
_terminator_config
@@ -0,0 +1,3 @@
1
+[keybindings]
2
+ layout_launcher = None
3
+ zoom_in = <Primary>equal
deploy.sh
@@ -59,6 +59,10 @@ ln -srfv _ycm_extra_conf.py ~/.ycm_extra_conf.py
59
# copy ideavim config
60
ln -srfv _vimrc ~/.ideavimrc
61
62
+# copy terminator config
63
+mkdir -vp ~/.config/terminator
64
+ln -srfv _terminator_config ~/.config/terminator/config
65
+
66
# install oh-my-zsh
67
ln -srfTv oh-my-zsh ~/.oh-my-zsh
68
# install oh-my-zsh custom folder
0 commit comments