/.config

Primary LanguageShell

.config

Tmux

See : tmux/README

Neovim

See : nvim/README

Zsh

See : zsh/README

Git

See : git/README

Kitty

See : kitty/README

Testing

Launch proper container with copied Makefile

make docker-build # Build container
make docker-jump # Jump into container
# Makefile was copied into the container during the build
# So we can edit it & see changes without commit & push

# Inside the container:
make zsh # Install zsh config
make neovim # Install neovim config