diff --git a/Rakefile b/Rakefile index 5d9af8a..055b229 100644 --- a/Rakefile +++ b/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 diff --git a/vimrc b/vimrc index 08371c0..8242122 100644 --- a/vimrc +++ b/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 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""