diegoripley / dotfiles

My dotfiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  1. Install GNU Stow
  2. Install Python client for Neovim. In ArchLinux this is done as such pacman -S python-neovim
  3. Install the minimalist Vim plugin manager (vim-plug)
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  1. Symlink all of the configuration files by typing stow foldername. For example, for the git folder type stow git
  2. Install the Vim plugins by typing :PlugInstall when you launch Neovim

About

My dotfiles.


Languages

Language:Vim Script 100.0%