Skip to content

mawkler/dotfiles

Repository files navigation

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

About

These are all my configuration files for various programs and applications ⚙️

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published