Skip to content

BosEriko/vs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Studio Code (Editor & Terminal)

Download Scoop as your package manager then install Visual Studio Code.

Install Visual Studio Code

scoop bucket add extras
scoop install extras/vscode

Install Font

scoop bucket add nerd-fonts
scoop install nerd-fonts/JetBrainsMono-NF-Mono

Note: If the font doesn't show, please restart your pc.

Sync your settings

Go to the folder where the current settings.json and keybindings.json are located and run the following script.

curl -fsSL https://raw.githubusercontent.com/BosEriko/vs/HEAD/install.sh | sh

Note: If you're having a hard time locating the folder you can easily get it by pressing Ctrl+Shift+P to Show All Commands. Then on the list select Preferences: Open User Settings (JSON) then File: Copy Relative Path of Active File.

Install Extensions

Run the command below on PowerShell to install the extensions.

irm https://raw.githubusercontent.com/BosEriko/vs/HEAD/extensions.sh | iex

Update Default Profile

If you have a Virtual Machine set up, update your default terminal profile by pressing Ctrl+Shift+P to Show All Commands. Then on the list select Terminal: Select Default Profile and choose the Distro of your choice.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages