Ver Fonte

change 'dotFiles' to 'dotfiles' now that repo migrated to code.parsleygardens

gitorious does not support capitalisation in repository names
Weiyi Lou há 13 anos atrás
pai
commit
b614ce62dc
1 ficheiros alterados com 8 adições e 8 exclusões
  1. 8 8
      RUNME

+ 8 - 8
RUNME

@@ -1,24 +1,24 @@
 #!/bin/sh
 #!/bin/sh
 
 
 # Running this script creates the appropriate symlinks in home
 # Running this script creates the appropriate symlinks in home
-# Use from within dotFiles directory
+# Use from within dotfiles directory
 # A lot of this extra knowledge courtesy of vimcasts.org!
 # A lot of this extra knowledge courtesy of vimcasts.org!
 
 
 # Vim
 # Vim
-ln -s dotFiles/vim/ ~/.vim
-ln -s dotFiles/vim/vimrc ~/.vimrc
+ln -s dotfiles/vim/ ~/.vim
+ln -s dotfiles/vim/vimrc ~/.vimrc
 # Vim persistent undo directory
 # Vim persistent undo directory
 mkdir ~/.vimundo
 mkdir ~/.vimundo
 
 
 # Zsh
 # Zsh
-ln -s dotFiles/zsh/zshrc ~/.zshrc
-ln -s dotFiles/zsh/zshenv ~/.zshenv
+ln -s dotfiles/zsh/zshrc ~/.zshrc
+ln -s dotfiles/zsh/zshenv ~/.zshenv
 
 
 # Pentadactyl
 # Pentadactyl
-ln -s dotFiles/pentadactyl/pentadactylrc ~/.pentadactylrc
+ln -s dotfiles/pentadactyl/pentadactylrc ~/.pentadactylrc
 
 
 # Screen
 # Screen
-ln -s dotFiles/screen/screenrc ~/.screenrc
+ln -s dotfiles/screen/screenrc ~/.screenrc
 
 
 # Make a known_hosts file if none, otherwise zsh throws an error for our .zshrc
 # Make a known_hosts file if none, otherwise zsh throws an error for our .zshrc
 echo "Checking for known_hosts in ~/.ssh/..."
 echo "Checking for known_hosts in ~/.ssh/..."
@@ -45,7 +45,7 @@ fi
 git submodule init
 git submodule init
 git submodule update
 git submodule update
 
 
-# Add more vim plugins from this dotFiles directory, like so:
+# Add more vim plugins from this dotfiles directory, like so:
 #     git submodule add git://github.com/tpope/vim-pathogen.git vim/bundle/pathogen
 #     git submodule add git://github.com/tpope/vim-pathogen.git vim/bundle/pathogen
 #
 #
 # Apart from updating plugins individually, you can update all submodules in one shot
 # Apart from updating plugins individually, you can update all submodules in one shot