- Install dependencies:
- Setup terminal font to Hack Nerd Font on your terminal.
- Have fun!
NOTES:
- MacOS default terminal may not have sufficient colour support. Use
iterm
or another terminal. - On your terminal of choice, set the
text font
toHack Nerd Font
. For example, oniterm
andterminal
, underProfile > Text
, change the font there.
For IOS
Development, (Adapted from here)
- Download xcode-build-server
- Download sourcekit-lsp
- Make sure to set the root by running
sudo xcode-select -s /Applications/Xcode-16.1.0.app/Contents/Developer
(XCode installation location). - Go to your project, run
xcode-build-server config -project *.xcodeproj -scheme <XXX>
(e.g.xcode-build-server config -project *.xcodeproj -scheme TestApp
)
NOTE:
- Make sure to rebuild your xcode project if some files aren't detected.