Just to extend this - if you're often using different users (or need to otherwise deploy via a configuration manager), I've found out that a good way of having system-wide options on Debian is /etc/vim/vimrc.local with something like:
" Workaround stupid defaults.vim behaviour
if filereadable("/usr/share/vim/vim80/defaults.vim")
source /usr/share/vim/vim80/defaults.vim
endif
let g:skip_defaults_vim = 1
" Disable stupid seeking to last position
autocmd! vimStartup BufRead
" Disable stupid mouse support
set mouse=