https://github.com/przeprogramowani/vscode-setup
https://github.com/przeprogramowani/vscode-setup
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/przeprogramowani/vscode-setup
- Owner: przeprogramowani
- Created: 2024-02-04T13:06:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T21:09:09.000Z (over 2 years ago)
- Last Synced: 2024-04-18T16:37:36.551Z (about 2 years ago)
- Size: 667 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## VS Code Setup by Przeprogramowani

Konfiguracja edytora wykorzystywana w kursach i szkoleniach Przeprogramowanych.
### Font edytora - Monaspace
https://monaspace.githubnext.com
### Font terminala - Fira Code
```bash
brew tap homebrew/cask-fonts
brew cask install font-fira-code-nerd-font
```
### Starship
https://starship.rs
Dodaj do _dotfile_ twojego terminala, np. `~/.zshrc`
```bash
eval "$(starship init zsh)"
```