Skip to content

nicolasgross/dotfiles

Repository files navigation

Nico's dotfiles

What are dotfiles and why do you want them on GitHub? → Check this out.

This repository contains my dotfiles for:

My (neo)vim configuration is heavily inspired by spacemacs and uses 'Space' as the leader key. Vim is configured to run without any plugins installed, whereas neovim is configured to use some plugins. Configuration options that are not related to any plugins are shared between vim and neovim.

Dependencies

Installation

  1. Install dotbot:
    pip install --user dotbot

  2. Clone the repository:
    git clone https://github.com/nicolasgross/dotfiles

  3. Copy gitcredentials-template to gitcredentials and fill in your data.

  4. Run dotbot:
    dotbot -c REPO_ROOT/install.conf.yaml

  5. Install the neovim plugins. Type inside neovim:
    :PlugInstall

License

Unless otherwise stated at the top of a file, the contents of this repository are released under the terms of the MIT license.