/dotfiles

Simple configuration I use for my machines.

Primary LanguageVim ScriptMIT LicenseMIT

Installation

Install via bash (HAS TO BE RUN AS ADMINISTRATOR):

  • SSH: git clone git@github.com:Lopah/dotfiles.git && cd dotfiles && ./install

  • HTTPS: git clone https://github.com/Lopah/dotfiles.git && cd dotfiles && ./install


Also supports PowerShell:

  • SSH: git clone git@github.com:Lopah/dotfiles.git && cd .\dotfiles && .\install.ps1

  • HTTPS: git clone https://github.com/Lopah/dotfiles.git && cd .\dotfiles && .\install.ps1

Updating submodules

git submodule update --remote --merge