Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 883 Bytes

File metadata and controls

44 lines (28 loc) · 883 Bytes

Dotfiles

This repository contains my personal dotfiles and development environment setup.

Setup

Copy .env.example to .env and fill in the values:

cp .env.example .env

Then run the setup script:

./setup

Windows: GlazeWM

GlazeWM needs to be installed once from Windows:

WSL - Docker fix

If 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.json

This happens because Docker Desktop for Windows writes "credsStore": "desktop.exe" which doesn't work inside WSL.

TODOs

  • better git workflow
  • understand lua language for neovim
  • rebuild neovim setup
  • update neovim to latest revision