Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 852 Bytes

INSTALL.md

File metadata and controls

43 lines (28 loc) · 852 Bytes

Installation

installing the dotfiles and setting up the environment is different for Windows or Linux/MacOS for obvious reasons 😆

Prerequisites

  • [] Have git installed and available in your $PATH

Clone the Repository

git clone [email protected]:cedi/dotfiles.git $HOME/.dotfiles

Unix (like)

  • [] Have stow installed
  • [] (MacOS only) Have homebrew installed
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Setup Environment

Setup Unix (like) systems

cd $HOME.dotfiles/
./install.sh
stow .

Setup Windows systems

Note

This is very much untested (yet) and might be a bit flaky

cd $env:HOME\.dotfiles
.\install.ps1