My Neovim configuration is available at mawkler/nvim
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
These dotfiles assume that you're on Unix. For Windows, check out the Windows branch (isn't updated that often though).