Skip to content

Commit

Permalink
Add font install in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyho committed Nov 6, 2015
1 parent b33379f commit 80fb385
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ Move the vimfiles directory to you home directory, and rename it to .vim,or ln i
Add the macvim's executive files' path to environment variable PATH by appending the below line to the end of file ~/.bash_profile file:
export PATH=$PATH:/usr/local/opt/macvim/bin/

# Post clone, we should install the plugins #
# Post clone, we should install the plugins and fonts#
## Plugins
Since we use the vundle to manage the plugins, we should install the plugins. Open a terminal, then open the vim:
`vim`
In Vim, we just call the PluginInstall to let the vundle install all the needed plugins:
Expand All @@ -60,6 +61,9 @@ If error occurs, use the `l` to see the logs, or save it the a file. Usually, th
1. Git repo not existed anymore: for this situation, we need to search in github to a new repo, see the _vimrc content for reference.
2. Plugin directory already existed in vimfiles/vundle, so just delete it.

##Install Fonts
Install fonts placed in user_fonts directory

About the vundle, you can refer this artcle: [How To Use Vundle to Manage Vim Plugins on a Linux VPS](https://www.digitalocean.com/community/tutorials/how-to-use-vundle-to-manage-vim-plugins-on-a-linux-vps)

# Some plugins' KeyBinding: #
Expand Down

0 comments on commit 80fb385

Please sign in to comment.