Update Rakefile

This commit is contained in:
Michael Campagnaro 2015-11-17 00:12:09 -05:00
parent af1dd67949
commit 1473be6281
2 changed files with 7 additions and 2 deletions

View File

@ -33,6 +33,9 @@ task :install do
setup_personal_folder
setup_temp_folder
setup_work_aliases
puts "Setup is nearly complete. The last step is to run `git submodule update --init`"
end
def create_dotfile_link
@ -63,3 +66,7 @@ end
def setup_temp_folder
system %Q{mkdir -p ~/.tmp}
end
def setup_work_aliases
system %Q{touch ~/.work-aliases}
end

2
vimrc
View File

@ -39,10 +39,8 @@ Plugin 'tpope/vim-fireplace'
" All of your Plugins must be added before the following line
call vundle#end()
filetype plugin indent on
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" BASIC EDITING CONFIGURATION
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""