this repo contains config files (dotfiles) for my system.
install the following tools:
- Git: version control system
- GNU Stow: for managing symlinks
clone the repository into your $HOME directory:
git clone https://github.com/YovelB/dotfiles
cd dotfilesuse GNU Stow to create symlinks:
stow .manage your system config by editing files in this repo.
changes here will reflect in your system.
clone the Tmux Plugin Manager (TPM):
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpminstall plugins using TPM (prefix + I).
measure shell startup time:
time zsh -i -c exitfor detailed profiling:
# Uncomment `zmodload zsh/zprof` at the top and `zprof` at the bottom
zsh -i -c exit