Skip to content

eglavin/dotfiles

Repository files navigation

dotfiles

Installation

Requirements:

  • Git
  • Stow

Which can be installed with this command.

sudo apt install git stow

To download and install this dotfile use the following commands to clone the repo and activate stow.

git clone https://github.com/eglavin/dotfiles.git ~/dotfiles
cd ~/dotfiles
stow .

Usage on windows

The install-win-symlink.ps1 file in the scripts folder will take care of linking the required files and folders.

git clone https://github.com/eglavin/dotfiles.git ~/dotfiles
~/dotfiles/scripts/install-win-symlink.ps1

References