mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
minor fix
This commit is contained in:
parent
0af876301c
commit
baa6b368c3
6 changed files with 41 additions and 16 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue