/dotfiles-quickinstaller

cross platform one-liner quick installer for my dotfiles

Primary LanguageShellMIT LicenseMIT

Dotfiles Quick Installer

dotfiles

The Dotfiles Quick Installer provides a cross-platform easy/one-liner installation experience for dotfiles.

If Git is available, Git will be used as the download mode, otherwise Zip will be used.

How-to-Use

Quick install (online)

GNU/Linux, MSYS2, macOS

curl -L git.io/yuk7dot | bash

Windows

curl -L git.io/yuk7dot -o install.bat & install.bat

Download from browser

https://git.io/yuk7dot

Requirements

*NIX

Git download mode

  • Bash
  • Git

zip download mode

  • Bash
  • curl or wget
  • bsdtar or unzip

Windows

Git download mode

  • Command Prompt
  • Git

zip download mode

  • Command Prompt
  • PowerShell

2-in-1 Script

In this project, we have created a 2-in-1 script that combines a batch file and a shell script.

Generate 2-in-1 Script

Download shell_batch_combiner and run this command to generate 2-in-1 mixed script install.mxsc:

combiner.sh install.bat install.sh install.mxsc