Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 958 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 958 Bytes

Dotfiles

This repository contains my dotfiles, ready to be used with gnu-stow

Screenshot

Screenshot

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 this repository (git clone [email protected]:cedi/dotfiles.git $HOME/.dotfiles)
  • [] (Unix* only) Have stow installed

macOS

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

Linux

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

Setup Windows systems

Note

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

cd $env:HOME\.dotfiles\windows
.\install.ps2

See more about the Windows setup here