This repository contains my personal dotfiles and development environment setup.
Copy .env.example to .env and fill in the values:
cp .env.example .envThen run the setup script:
./setupIf docker pull fails with:
error getting credentials - err: fork/exec /usr/bin/docker-credential-desktop.exe: exec format error
Remove credsStore from ~/.docker/config.json:
sed -i '/"credsStore"/d' ~/.docker/config.jsonThis happens because Docker Desktop for Windows writes "credsStore": "desktop.exe" which doesn't work inside WSL.
- update
./windows/glazewm/config.yamlconfiguration for GlazeWM - better git workflow
- understand lua language for neovim
- rebuild neovim setup
- update neovim to latest revision