-
I use
Neovim. -
I use
zsh. -
I don’t use `Oh-My-zsh' - It’s too robust in my opinion.
-
I use powerlevel10k
-
I use
zsh-syntax-highlighting. -
I hate reinventing the wheel.
If I have to use bash on Windows, I put this in my ~/.bashrc:
#!/bin/bash
DOTFILES_DIR=$HOME/dotfiles
source $DOTFILES_DIR/.bashrcFor ZSH on Windows (with msys2), I put in ~/.zshrc:
export ZDOTDIR=$HOME/dotfiles
source $ZDOTDIR/.zshenv
source $ZDOTDIR/.zshrcOn msys, from some reason this ~/.tmux.conf was needed:
# Not using simply source ~/.tmux/init.tmux as it doesn't work
run-shell "tmux source ~/.tmux/init.tmux"Stuff that may help in an msys setup:
Pacman commands I ran:
pacman -Syy
pacman -Syu
pacman -S \
tmux \
git \
zsh \
mingw-w64-x86_64-bat \
mingw-w64-x86_64-neovim \
man-db