Update Rakefile
This commit is contained in:
parent
af1dd67949
commit
1473be6281
7
Rakefile
7
Rakefile
|
@ -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
2
vimrc
|
@ -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
|
||||
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
|
Loading…
Reference in New Issue
Block a user