Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.24 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.24 KB

My Neovim configuration is available at mawkler/nvim

Installation

Without sudo:

To clone the dotfiles and set them up, run the following:

curl -s https://raw.githubusercontent.com/mawkler/dotfiles/master/.dotfiles/install-dotfiles.sh | bash

which downloads and runs this script which is based on this article.

With sudo and pacman:

If you have pacman installed and also want to install all dependencies and additional programs listed here as well as some system configurations, run this:

dotfiles_url=https://raw.githubusercontent.com/mawkler/dotfiles/master/.dotfiles/
curl -s ${dotfiles_url}install-dotfiles.sh | bash
curl -s ${dotfiles_url}install-dependencies.sh | sudo bash

Dependencides

These dotfiles assume that you're on Unix. For Windows, check out the Windows branch (isn't updated that often though).

  • git (obviously)
  • python for some Neovim plugins