Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 528 Bytes

development.md

File metadata and controls

27 lines (20 loc) · 528 Bytes

Development

🔧 Useful commands

Debug zsh startup time

DEBUG_ZSH_STARTUP_TIME=1 /usr/bin/time zsh -i -c exit

Reset zsh environment

$ s373r-zsh-reset-env

Open dconf-editor to view changed extension settings

GSETTINGS_SCHEMA_DIR=~/.local/share/gnome-shell/extensions/Vitals@CoreCoding.com/schemas dconf-editor

Testing

  1. Create a VM and boot Fedora ISO (without installation)

  2. Install

$ DEBUG=1 sh -c "$(curl -fsLS s373r.github.io/dotfiles)"