This repo contains my dotfiles to use with chezmoi.
Shell and required tools
- ZSH
- Chezmoi
sh -c "$(curl -fsLS get.chezmoi.io)"
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