Lopah / dotfiles

Simple configuration I use for my machines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple configuration I use for my machines.

License:MIT License


Languages

Language:Vim Script 64.1%Language:Shell 23.5%Language:C# 9.3%Language:PowerShell 1.8%Language:Dockerfile 1.3%