Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
prontera committed Nov 18, 2017
1 parent 71cc9f7 commit fe05daa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ ln VimProjects/ideavimrc/local.vimrc ~/.ideavimrc

#### ideavimrc自动添加

有导向到第三方插件,如AceJump-Lite、GitFlow

```shell
./build-ideavimrc.sh
```
#### spacevim自动添加

配置基本的spacevim属性。
配置基本的spacevim属性,最好先使用brew安装vim 8.0,可以先启用USTC源加速,并且下载powerline配合iTerm2和zsh达到更好的视觉和使用效果

```sh
./build-spacevim.sh
Expand Down
2 changes: 1 addition & 1 deletion build-idea-proerties.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [[ -e $HOME/.bashrc ]];then
if ! grep -q IDEA_PROPERTIES "$HOME/.bashrc"; then
echo "$(tput setaf 2)>>> "write it down to .bashrc" $(tput sgr0)"
echo "export IDEA_PROPERTIES=${idea_pros_path}" >> $HOME/.bashrc
$HOME/.bashrc
source $HOME/.bashrc
touch ${idea_pros_path}
echo 'idea.config.path=${user.home}/Public/Nutstore/config/mac/IntelliJIdea2016.3/config' > ${idea_pros_path}
echo 'idea.plugins.path=${user.home}/Public/Nutstore/config/mac/IntelliJIdea2016.3/plugins' >> ${idea_pros_path}
Expand Down

0 comments on commit fe05daa

Please sign in to comment.