Just as a reminder if you want javascript folding in vim add this to you .vimrc
function! JavaScriptFold()
setl foldmethod=syntax
setl foldlevelstart=1
syn region foldBraces start=/{/ end=/}/ transparent fold keepend extend
function! FoldText()
return substitute(getline(v:foldstart), ‘{.*’, ‘{…}’, [...]
Now that you have your debian installation booting its time to turn it into a usable system. First off you’ll need to compile a custom kernel which breaks the whole binary distribution stuff and the ease of upgrading at least for kernel related applications, like for example virtual box. So apt-get upgrading won’t be reliable [...]
There seems to be a lot of tutorials and info on this subject but some how i didn't come across a single tutorial which worked directly for me. I spent last night harvesting tutorials and forum posts to make a flowing debian install on my macbook pro. So these are the steps i followed to [...]