Skip to content

fuguiw/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

for Mac.

注意事项

首先,更新所有submodule:

$ git submodule update --init

如果需要强制建立软连接(以vim为例):

$ make vim force=1

vim

  1. 系统依赖: ctags, GNU GLOBAL

  2. Mac安装ctags:

    $ ./configure
    $ sudo make install
    
    • or you can use brew
    $ brew install ctags
    
  3. Mac安装GNU GLOBAL

    $ brew install global
    
  4. 由于要使用ycm,所以确保你的vim的版本在7.3.584及以上并且支持python2,如果不满足要求的话需要重新编译vim

  5. then:

    $ make vi
    

iterm2

 $ make iterm2

然后安装iterm2/badwolf.itermcolors

git

 $ make git

tmux

 $ make tmux

zsh

 $ make zsh

reference

最初阅读并参考了hit9的文章和dotfiles,特此表示感谢

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published