Skip to content

mrorgues/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published