ctaylo21 / jarvis

Dotfiles for a powerful, web development-focused environment powered by Neovim, iTerm2, tmux, and zsh
MIT License
712 stars 135 forks source link

Use XDG_CONFIG_HOME #37

Open brandonkal opened 4 years ago

brandonkal commented 4 years ago

This assumes that XDG_CONFIG_HOME is ~/.config

Ideally it should not. For instance, line 2 of init.vim should be:

execute 'source ' . stdpath('config') . '/plugins.vim'

I should be able to clone the repo and try it out:

git clone jarvis
XDG_CONFIG_HOME=$PWD/jarvis/config nvim jarvis