Skip to content

Commit 56de4b7

Browse files
authored
Merge pull request holman#271 from caarlos0/keep-terminator
option to keep terminator
2 parents 17db369 + 4663833 commit 56de4b7

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

docs/PERSONALIZATION.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ dotfiles managed one.
1616

1717
You can edit the `~/.psqlrc.local` file.
1818

19+
## Terminator
20+
21+
If you don't like these terminator settings, run:
22+
23+
```console
24+
$ echo 'KEEP_TERMINATOR=1' >> ~/.localrc
25+
```
26+
27+
Then `rm -rf ~/.config/terminator` and configure it as you wish.
28+
1929
## iTunes
2030

2131
Most people I know don't use iTunes, so it is disabled by default.

terminator/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
22
[ "$(uname -s)" = "Darwin" ] && exit 0
3+
test -z "$KEEP_TERMINATOR" || exit 0
34
mkdir -p ~/.config/terminator/
45
ln -sf "$ZSH"/terminator/config ~/.config/terminator/config

0 commit comments

Comments
 (0)