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.
- python 3 + dotbot (to bootstrap the dotfiles)
- git (for vim-plug in neovim)
- nodejs and yarn (for coc in neovim)
- fzf and ripgrep (for fzf in neovim and fish)
-
Install dotbot:
pip install --user dotbot
-
Clone the repository:
git clone https://github.com/nicolasgross/dotfiles
-
Copy
gitcredentials-template
togitcredentials
and fill in your data. -
Run dotbot:
dotbot -c REPO_ROOT/install.conf.yaml
-
Install the neovim plugins. Type inside neovim:
:PlugInstall
Unless otherwise stated at the top of a file, the contents of this repository are released under the terms of the MIT license.