Skip to content

tkachenko0/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

533 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

  • update ./windows/glazewm/config.yaml configuration for GlazeWM
  • better git workflow
  • understand lua language for neovim
  • rebuild neovim setup
  • update neovim to latest revision

About

My personal dotfiles and development environment setup

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages