From b6d5f9442dc7f7329e504c96e3e78f7b9280b824 Mon Sep 17 00:00:00 2001 From: Ethan Schoonover Date: Sat, 16 Apr 2011 11:01:40 -0700 Subject: [PATCH] readme/changelog and subtree updated for netbeans repo --- CHANGELOG.mkd | 1 + README.md | 4 ++++ utils/subtrees.mkd | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/CHANGELOG.mkd b/CHANGELOG.mkd index 8458546..b04f42d 100644 --- a/CHANGELOG.mkd +++ b/CHANGELOG.mkd @@ -17,6 +17,7 @@ currently included ports, highlighted items are new, updates noted: * \[UPDATED\] **Vim** * \[NEW\] ***Emacs*** * \[NEW\] ***IntelliJ IDEA*** +* \[NEW\] ***NetBeans*** * \[NEW\] ***SeeStyle theme for Coda & SubEthaEdit*** * \[NEW\] ***TextMate*** * \[NEW\] ***Visual Studio*** diff --git a/README.md b/README.md index c0fb79e..20db32a 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ Currently available in formats for (cf [screenshots](#screenshots) below): courtesy of [Johan Kaving](https://github.com/jkaving) and ([@flangy](http://twitter.com/flangy)) in the main repo and in a [standalone repository][IntelliJ Repository] +* **NetBeans** courtesy of [Brian Fenton](https://github.com/fentie) and + in the main repo and in a [standalone repository][NetBeans Repository] * **SeeStyle theme for Coda & SubEthaEdit** courtesy of [Justin Hileman](http://justinhileman.com/) ([@bobthecow](http://twitter.com/bobthecow)), @@ -120,6 +122,7 @@ and git repositories: * [Mutt Repository] * [Emacs Repository] * [IntelliJ Repository] + * [NetBeans Repository] * [SeeStyle-Coda-SubEthaEdit Repository] * [TextMate Repository] * [Visual Studio Repository] @@ -390,6 +393,7 @@ background. [Mutt Repository]: https://github.com/altercation/mutt-colors-solarized [Emacs Repository]: https://github.com/sellout/emacs-color-theme-solarized [IntelliJ Repository]: https://github.com/jkaving/intellij-colors-solarized +[NetBeans Repository]: https://github.com/fentie/netbeans-colors-solarized [SeeStyle-Coda-SubEthaEdit Repository]: https://github.com/bobthecow/solarized-seestyle [TextMate Repository]: https://github.com/deplorableword/textmate-solarized [Visual Studio Repository]: https://github.com/leddt/visualstudio-colors-solarized diff --git a/utils/subtrees.mkd b/utils/subtrees.mkd index 77ca211..05e0586 100644 --- a/utils/subtrees.mkd +++ b/utils/subtrees.mkd @@ -6,6 +6,7 @@ remote-visualstudio-colors-solarized remote-intellij-colors-solarized remote-seestyle-colors-solarized remote-textmate-colors-solarized +remote-netbeans-colors-solarized Add remotes history =================== @@ -14,6 +15,7 @@ git remote add remote-visualstudio-colors-solarized https://github.com/leddt/vis git remote add remote-intellij-colors-solarized https://github.com/jkaving/intellij-colors-solarized.git git remote add remote-seestyle-colors-solarized https://github.com/bobthecow/solarized-seestyle.git git remote add remote-textmate-colors-solarized https://github.com/deplorableword/textmate-solarized.git +git remote add remote-netbeans-colors-solarized https://github.com/fentie/netbeans-colors-solarized.git Add subtrees: ============ @@ -22,6 +24,7 @@ git subtree add -m "added visualstudio subtree project from @leddt" --prefix=vis git subtree add -m "added intellij subtree project from @jkaving with combined work from @adamv" --prefix=intellij-colors-solarized remote-intellij-colors-solarized master git subtree add -m "added seestyle (code & subethaedit) subtree project from @bobthecow" --prefix=seestyle-colors-solarized remote-seestyle-colors-solarized master git subtree add -m "added textmate subtree project from @deplorableword" --prefix=textmate-colors-solarized remote-textmate-colors-solarized master +git subtree add -m "added netbeans subtree project from @fentie" --prefix=netbeans-colors-solarized remote-netbeans-colors-solarized master Pull commands: ============== @@ -30,6 +33,7 @@ git subtree pull --prefix=visualstudio-colors-solarized remote-visualstudio-colo git subtree pull --prefix=intellij-colors-solarized remote-intellij-colors-solarized master git subtree pull --prefix=seestyle-colors-solarized remote-seestyle-colors-solarized master git subtree pull --prefix=textmate-colors-solarized remote-textmate-colors-solarized master +git subtree pull --prefix=netbeans-colors-solarized remote-textmate-colors-solarized master Non subtree ports =================