/dotfiles

Primary LanguageVim ScriptMIT LicenseMIT

Welcome to my world! This is a collection of vim and zsh configurations.

Vim 8

Requirements

Please make sure the followings elements are already installed:

Compatibility

  • macOS (previously Mac OS X, then OS X)
  • GNU / Linux

Vim 8 (Optional but recommanded)

You want the latest Vim features (like the command ":smile" ;-) ) ?

If so, run the following command lines:
$ git clone https://github.com/vim/vim.git && cd vim
$ ./configure --prefix=/usr/local
$ make
$ sudo make install 

Installation

Run the following command lines:
$ TEMP_DIR_CONF=/tmp/personal_configuration && mkdir -p $TEMP_DIR_CONF && cd $TEMP_DIR_CONF
$ git clone git@github.com:mrorgues/dotfiles.git && cd dotfiles 
$ zsh install.sh && cd $HOME
$ rm -rf $TEMP_DIR_CONF
$ source ~/.zshrc