Skip to content

My Dotfiles - tmux, vim, bash, zsh with powerline and git

Notifications You must be signed in to change notification settings

doronbehar/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles

  • 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/.bashrc

For ZSH on Windows (with msys2), I put in ~/.zshrc:

export ZDOTDIR=$HOME/dotfiles
source $ZDOTDIR/.zshenv
source $ZDOTDIR/.zshrc

On 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

About

My Dotfiles - tmux, vim, bash, zsh with powerline and git

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages