Skip to content

weiyouha/.dot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.dot

The bucket of dot files.

Description

This repo includes configuration files come from various most common used softewares, such as neovim, oh-my-zsh, tmux or chunks of my private applications. Each application's specific configuration files are contained in one directory which named as the application's name.


Content


Vim

`ln -s .dot/vimrc ~/.vimrc`.

NeoVim

If you are a man occasionally understands Chinese, you may check this article which is posted on my blog for more details.

Install NeoVim

You may check here.

Create configuration director

Instead of .vimr and .vim/ dir, neovim uses the XDG specification to manage its configuration files.

To use my configurations, all you need is to link the nvim dir in my .dot to where the XDG specification designates.

mkdir -p ${XDG_CONFIG_HOME:=$HOME/.config}
ln -s .dot/nvim $XDG_CONFIG_HOME/

Here gives more information about the differences between vim and neovim.

Install python support of Neovim

pip install neovim

If you are using OSX El capitan, like me, and have failed installing pip, you have to understand the new protect mechanism, i.e. SIP.

Install vim-plug.

If you have curl installed, you can execute the following command to install vim-plug:

curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

Otherwise, you may check this.

Install all the plugings


oh-my-zs

  1. Copy theme to your oh-my-zsh configuration directory.
  2. Make a symbol of zshrc to your ~ directory.

License

CC License

About

The bucket of dot files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%