Skip to content

mpriscella/dotfiles

Repository files navigation

Dotfiles

Open in Dev Containers

My personal dotfiles. Feel free to borrow from or use them, but your mileage may vary.

Installation

$ ./dotfiles.sh install

Usage in Development Containers

Add the following value to your VSCode's settings.json file.

{
  "dotfiles.repository": "mpriscella/dotfiles"
}

Troubleshooting

zsh startup taking an abnormally long time

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