Skip to content

wisfern/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#dotfiles

##注意事项

首先,更新所有submodule:

$ git submodule update --init

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

$ make vim force=1

##vim

  1. 系统依赖: ctags

  2. 安装ctags:

    $ ./configure
    $ sudo make install
    
  3. then:

    $ make vim
    

##git

首先,更新所有submodule:

$ git submodule update --init

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

$ make vim force=1

##vim

  1. 系统依赖: ctags

  2. 安装ctags:

    $ ./configure
    $ sudo make install
    ```uu
    

##tmux

* [zsh和oh-my-zsh安装与配置](https://blog.phpgao.com/oh-my-zsh.html)

$ make tmux

##zsh

##bash

$ make bash

##python 安装python3常用模块

$ make python

python2则执行命令安装 $ pip2 install -r python/requirements.txt

##reference

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

About

dotfile and software config set

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published