Browse Source

Merge branch 'normalize-repository'

Marc Cornellà 8 years ago
parent
commit
4d9ae02d74
8 changed files with 15 additions and 19 deletions
  1. 5 6
      .gitignore
  2. 0 0
      LICENSE.txt
  3. 1 1
      README.markdown
  4. 0 4
      cache/.easter-egg
  5. 0 0
      cache/.gitkeep
  6. 9 4
      custom/example.zsh
  7. 0 4
      log/.easter-egg
  8. 0 0
      log/.gitkeep

+ 5 - 6
.gitignore

@@ -1,9 +1,8 @@
-locals.zsh
-log/.zsh_history
-projects.zsh
-custom
+# custom files
+custom/
 !custom/plugins/example
 !custom/example.zsh
-*.swp
-!custom/example.zshcache
+
+# temp files directories
 cache/
+log/

MIT-LICENSE.txt → LICENSE.txt


+ 1 - 1
README.markdown

@@ -210,4 +210,4 @@ We have [stickers](http://shop.planetargon.com/products/ohmyzsh-stickers-set-of-
 
 ## License
 
-Oh My Zsh is released under the [MIT license](MIT-LICENSE.txt).
+Oh My Zsh is released under the [MIT license](LICENSE.txt).

+ 0 - 4
cache/.easter-egg

@@ -1,4 +0,0 @@
-This file is only here so that Git will keep a cache directory as .gitignore is ignoring all the files within it.
-
-Feel free to add love notes for people here.
-

+ 0 - 0
cache/.gitkeep


+ 9 - 4
custom/example.zsh

@@ -1,5 +1,10 @@
-# Add yourself some shortcuts to projects you often work on
-# Example:
+# You can put files here to add functionality separated per file, which
+# will be ignored by git.
+# Files on the custom/ directory will be automatically loaded by the init
+# script, in alphabetical order.
+
+# For example: add yourself some shortcuts to projects you often work on.
+#
+# brainstormr=~/Projects/development/planetargon/brainstormr
+# cd $brainstormr
 #
-# brainstormr=/Users/robbyrussell/Projects/development/planetargon/brainstormr
-#

+ 0 - 4
log/.easter-egg

@@ -1,4 +0,0 @@
-This file is only here so that Git will keep a log directory as .gitignore is ignoring all the log files within it.
-
-feel free to add love notes for people here.
-

+ 0 - 0
log/.gitkeep