From 8aa3a5e3a3c0e4e5278ea3bc3a98fc543963c630 Mon Sep 17 00:00:00 2001 From: Corey Csuhta Date: Thu, 20 Feb 2014 10:16:45 -0500 Subject: [PATCH 1/2] Correct TextMate instructions .tmTheme files are now in /legacy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d051257..fa634c1 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Clone the repository and copy the theme files into `~/Library/Application\ Suppo ```sh $ git clone https://github.com/daylerees/colour-schemes.git daylerees-themes -$ cd daylerees-themes +$ cd daylerees-themes/legacy $ mkdir ~/Library/Application\ Support/TextMate/Themes/ $ cp *.tmTheme ~/Library/Application\ Support/TextMate/Themes/ ``` @@ -72,7 +72,7 @@ Clone the repository and copy the theme files into `~/Library/Application\ Suppo ```sh $ git clone https://github.com/daylerees/colour-schemes.git daylerees-themes -$ cd daylerees-themes +$ cd daylerees-themes/legacy $ cp *.tmTheme ~/Library/Application\ Support/TextMate/Managed/Bundles/Themes.tmbundle/Themes/ ``` From a2e3e66b61f9bf6304c693b4e5e9e7e1f09a4e27 Mon Sep 17 00:00:00 2001 From: Corey Csuhta Date: Fri, 21 Feb 2014 09:32:50 -0500 Subject: [PATCH 2/2] Readme: Use /sublime instead of /legacy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa634c1..f144958 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Clone the repository and copy the theme files into `~/Library/Application\ Suppo ```sh $ git clone https://github.com/daylerees/colour-schemes.git daylerees-themes -$ cd daylerees-themes/legacy +$ cd daylerees-themes/sublime $ mkdir ~/Library/Application\ Support/TextMate/Themes/ $ cp *.tmTheme ~/Library/Application\ Support/TextMate/Themes/ ``` @@ -72,7 +72,7 @@ Clone the repository and copy the theme files into `~/Library/Application\ Suppo ```sh $ git clone https://github.com/daylerees/colour-schemes.git daylerees-themes -$ cd daylerees-themes/legacy +$ cd daylerees-themes/sublime $ cp *.tmTheme ~/Library/Application\ Support/TextMate/Managed/Bundles/Themes.tmbundle/Themes/ ```