Skip to content

odmana/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Instructions

Follow these instructions

https://kittywhiskers.eu/zsh-and-unix-style-native-system-on-windows/

but use the following instructions for the Configuring MSYS2 section

https://github.com/git-for-windows/git/wiki/Install-inside-MSYS2-proper

Cut down default set of unix apps

pacman -S man vim wget curl \
		rsync openssh \
		zip unzip gzip \
		pactoys \
		mingw64/mingw-w64-x86_64-jq \
		zsh tmux 

Install apps:

winget install gerardog.gsudo
winget install alacritty
winget install Schniz.fnm

Fix git after following SSH steps:

https://stackoverflow.com/questions/370030/why-git-cant-remember-my-passphrase-under-windows/58784438#58784438

Run these when shell loads to fix tmux

export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

tmux () {
    TMUX="command tmux ${@}"
    MSYS2_PATH_TYPE=inherit SHELL=/usr/bin/zsh script -qO /dev/null -c "eval $TMUX";
}

About

My unix environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published