An open API service indexing awesome lists of open source software.

https://github.com/przeprogramowani/vscode-setup


https://github.com/przeprogramowani/vscode-setup

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## VS Code Setup by Przeprogramowani

![](./_resources/img/header.png)

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)"
```