- Vim
- ZSH
- Git
- MSys64
- Windows Terminal Preview
- Linux:
git clone --bare https://github.com/pnuzhdin/dotfiles $HOME/.dotfiles
- Windows:
git clone --branch windows --bare https://github.com/pnuzhdin/dotfiles $HOME/.dotfiles
git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME checkout
. Fix conflicts.alias config='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
config config status.showUntrackedFiles no
- Add
C:\msys64\mingw64\bin
andC:\msys64\usr\bin
to the PATH variable - Set
MSYSTEM=MINGW32
inmingw32.ini
- Set
MSYSTEM=MINGW64
inmingw64.ini
- Set
MSYSTEM=MSYS
inmsys2.ini
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
mkdir -p ~/.vim/back && mkdir -p ~/.vim/swp
vim +PluginInstall +qall
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --keep-zshrc
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
- Install fonts from https://github.com/romkatv/powerlevel10k#meslo-nerd-font-patched-for-powerlevel10k
git init --bare $HOME/.dotfiles
alias config='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
config config status.showUntrackedFiles no