https://github.com/kasperhesthaven/vscode
🔧 A oh-my-zsh plugin to open VS code a little easier
https://github.com/kasperhesthaven/vscode
oh-my-zsh oh-my-zsh-plugin
Last synced: 7 months ago
JSON representation
🔧 A oh-my-zsh plugin to open VS code a little easier
- Host: GitHub
- URL: https://github.com/kasperhesthaven/vscode
- Owner: kasperhesthaven
- License: bsd-2-clause
- Created: 2018-04-13T10:17:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T10:42:02.000Z (over 7 years ago)
- Last Synced: 2025-01-24T06:28:47.352Z (9 months ago)
- Topics: oh-my-zsh, oh-my-zsh-plugin
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode
A simple oh-my-zsh plugin to open VS code a little easier across systems## Usage
| Command | Description |
|:--------|:-------------------------------------------------|
| _vsc_ Â | open new Visual Studio Code window |
| _vsc ._ | open the current directory in Visual Studio Code |## Installation
Change to oh-my-zsh plugins directory in your terminal:
```sh
cd ~/.oh-my-zsh/custom/plugins
```Get plugin file:
```sh
wget https://raw.githubusercontent.com/kasperhesthaven/vscode/master/vscode.plugin.zsh
```Add 'vscode' to your plugins in .zshrc:
```sh
plugins=(
... vscode
)
```Reload .zshrc:
```sh
source ~/.zshrc
```