This repository contains my dotfiles, ready to be used with gnu-stow
installing the dotfiles and setting up the environment is different for Windows or Linux/MacOS for obvious reasons 😆
- [] 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
cd $HOME.dotfiles/
./install_macos.sh
stow .
cd $HOME.dotfiles/
./install_linux.sh
stow .
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