Re: [vim ] 使用git submodules跟pathogen同步plugin
看板Editor (編輯器(vim/emacs))作者bootleq (打架金剛)時間13年前 (2011/09/08 21:58)推噓1(1推 0噓 2→)留言3則, 3人參與討論串2/2 (看更多)
1. dropbox 可能比 github 方便,至少比較容易不公開
到 dropbox 建個目錄,例如
cd /dropbox/repository/bare/
git init --bare dotfiles
再到放設定的 repository 改 .git/config
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = /dropbox/repository/bare/dotfiles
[branch "master"]
remote = origin
merge = refs/heads/master
以後在這 push 就會進 dropbox 啦
2. 要記得寫 .gitignore
Vim 的 swp、session、undofiles 等等,最好不要上傳到外面
3. vundle 可能比 pathogen 方便
不必備份 submodule 的東西,只要管好 vimrc,做 :BundleInstall 即可
註:我沒用過 pathogen 所以不大確定它的情況
4. symbolic link 在 windows 上不能用
最好還是寫個 install script 吧
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 114.37.96.151
→
09/09 00:34, , 1F
09/09 00:34, 1F
推
09/09 14:14, , 2F
09/09 14:14, 2F
→
09/10 17:50, , 3F
09/10 17:50, 3F
討論串 (同標題文章)
完整討論串 (本文為第 2 之 2 篇):
Editor 近期熱門文章
PTT數位生活區 即時熱門文章