On 17.May.10 03:30, caruso_g wrote: > Hi, > I would like to use DropBox to store my .vimrc and .vim/ folder and > share them on different Macs. > Is it possible? How can I set the path to the DropBox folder so that > every time I open MacVim it will search for the right .vimrc file > and .vim/ folder?
Hi, I'm not really familiar with Dropbox nor Macs, but you can try to put your .vimrc and your .vim/ folder into the Dropbox folder and then create a softlink from .vimrc to Dropbox/.vimrc and .vim/ to Dropbox/.vim/ I think softlinks on Mac a created the same way as on Linux with: ln -s TARGET LINKNAME e.g. ln -s Dropbox/.vimrc .vimrc This solution works great here with Linux and git instead of Mac and Dropbox. > > Thanks you all. > -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
