Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #271 from caarlos0/keep-terminator
Browse files Browse the repository at this point in the history
option to keep terminator
  • Loading branch information
caarlos0 authored Sep 18, 2016
2 parents 17db369 + 4663833 commit 56de4b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/PERSONALIZATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ dotfiles managed one.

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

## Terminator

If you don't like these terminator settings, run:

```console
$ echo 'KEEP_TERMINATOR=1' >> ~/.localrc
```

Then `rm -rf ~/.config/terminator` and configure it as you wish.

## iTunes

Most people I know don't use iTunes, so it is disabled by default.
Expand Down
1 change: 1 addition & 0 deletions terminator/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
[ "$(uname -s)" = "Darwin" ] && exit 0
test -z "$KEEP_TERMINATOR" || exit 0
mkdir -p ~/.config/terminator/
ln -sf "$ZSH"/terminator/config ~/.config/terminator/config

0 comments on commit 56de4b7

Please sign in to comment.