This repo contains my dotfiles to use with chezmoi.
Shell and required tools
curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh
Other binaries in used
- Apply dotfiles to home directory
chezmoi init --apply --verbose https://github.com/LXZE/dotfiles.git
- install all the plugins
zimfw install
All of the plugins are now managed by zimfw. Here is the list of additional plugins I used.
- romkatv/powerlevel10k
PS. for version prior to 2.9
edit line set -g mode-style fg=white
to set-window-option -g window-status-current-fg white
To check tmux version, use
$ tmux -V