My personal dotfiles. Feel free to borrow from or use them, but your mileage may vary.
./dotfiles.sh install
Add the following value to your VSCode's settings.json
file.
{
"dotfiles.repository": "mpriscella/dotfiles"
}
If zsh
is taking a long time to start up, the startup script can be profiled
using zprof.
Add the following lines to the beginning and end of .zshrc
. The next time zsh
runs, the profiling results will be printed to standard output.
zmodload zsh/zprof
# zsh script
zprof