- Download the latest zsh package: https://packages.msys2.org/package/zsh?repo=msys&variant=x86_64
Example:
zsh-5.7.1-1-x86_64.pkg.tar.xz
| { | |
| "vim.showMarksInGutter": false, | |
| "vim.foldfix": true, | |
| "vim.surround": true, | |
| "vim.easymotion": true, | |
| "vim.easymotionKeys": "asdghklqwertyuiopzxcvbnmfj", | |
| "vim.leader": "<space>", | |
| "vim.normalModeKeyBindingsNonRecursive": [ | |
| { | |
| "before": [":", "w", "<CR>"], |
| # If you come from bash you might have to change your $PATH. | |
| # export PATH=$HOME/bin:/usr/local/bin:$PATH | |
| export PATH=/Users/mohnasir/.local/bin:$PATH | |
| # Path to your oh-my-zsh installation. | |
| export ZSH="$HOME/.oh-my-zsh" | |
| export NODE_OPTIONS=--max_old_space_size=8192 | |
| export PATH="/usr/local/opt/python/libexec/bin:$PATH" | |
| KEYTIMEOUT=1 | |
| # Set name of the theme to load --- if set to "random", it will |
| # set -g prefix C-a | |
| # unbind C-b | |
| # bind-key C-a send-prefix | |
| set -g default-terminal "screen-256color" | |
| unbind % | |
| bind | split-window -h | |
| unbind '"' |
Example:
zsh-5.7.1-1-x86_64.pkg.tar.xz
| font-family = BerkeleyMono Nerd Font | |
| #font-family = Iosevka Nerd Font | |
| # font-family = SFMono Nerd Font | |
| font-size = 20 | |
| theme = GruvboxDarkHard | |
| shell-integration-features = no-cursor,sudo,no-title | |
| cursor-style = block | |
| adjust-cell-height = 35% | |
| # background-opacity = 0.96 |