commit f11962a3d8c4be76cf16b7f8f23d85f292ed5bd8 parent 25ad91178e75f06c165b04620f6352ef0bf5365b Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Sun, 22 Nov 2015 11:08:10 +0100 add terminal.app themes Diffstat:
M | osx-install.sh | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/osx-install.sh b/osx-install.sh @@ -92,3 +92,10 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then brew cask install $cask done fi + +read -p "Do you want to clone terminal.app themes? [y/n]" -n 1 -r +echo +if [[ $REPLY =~ ^[Yy]$ ]]; then + git clone https://github.com/tomislav/osx-terminal.app-colors-solarized \ + ~/code/dotfiles/osx-terminal.app-colors-solarized +fi