seths10 / personal-vscode-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Personal VSCode config

πŸ“¦ Extension & Tools

Here is a list of the packages available in this repository:

Extensions or Tool Type
Monokai Pro (Filter Octagon) VSCode Theme Extension
Apc Customize UI++ VSCode extension for customizing it
Moxer Icons VSCode folder themse
Indent rainbow VSCode extension - Line for code
Cascadia Code Font family
CaskaydiaCove Nerd Font Terminal nerd font - contains icons
Git Bash Terminal
Starship Terminal Prompt
C Spell VSCode extension - Checks for wrong spellings
Toggle Excluded Files VSCode extension for hidding certain folders from view

πŸ”¨ Starship Setup

Make sure there is a Nerd Font and scoop installed on PC, then run:

scoop install starship

now, update your .bashrc file with:

eval "$(starship init bash)"

You can add further configurations in this file: ~/.config/starship.toml (create one if it doesn't exist)

"$schema" = 'https://starship.rs/config-schema.json'
add_newline = true

# Replace the '❯' symbol in the prompt with '➜'
[character] # The name of the module we are configuring is 'character'
success_symbol = '[➜](bold green)' # The 'success_symbol' segment is being set to '➜' with the color 'bold green'

πŸ”¨ Setup

install extensions
install font (Cascadia Code)
install terminal (bash and starship)

update Settings.JSON

Note

This is my vscode setup

About