minor fix

This commit is contained in:
js0ny 2025-03-03 22:39:24 +00:00
parent 0af876301c
commit baa6b368c3
6 changed files with 41 additions and 16 deletions

View file

@ -88,9 +88,10 @@ echo "[INFO] Installing Doom Emacs"
source $DOTFILES/bootstrap/components/emacs.sh
echo "[INFO] Installing Color Scheme (Catppuccin Mocha)"
fish $DOTFILES/bootstrap/temp/mocha_port.fish
bash $DOTFILES/bootstrap/components/mocha-port.bash
# Misc
@ -99,4 +100,7 @@ dotnet tool install --global dotnet-repl
pnpm install -g typescript
pnpm install -g tsx
echo "Done!"
echo "Done! For additional setup, boot to recovery mode and run the following command:"
echo "csrutil enable --without fs --without debug --without nvram"
echo "Then, reboot the system"
echo "Run the post-install script to finish the setup"