Giter Club home page Giter Club logo

vscode-dotfiles's Introduction

vscode-dotfiles

VS Code(Visual Studio Code) setting files

Enviroment tested

  • Mac OS X High Sierra 10.13.6
  • Linux Ubuntu 16.04/18.04
  • Windows 10

Setup

Mac

Install VS Code

Execute following command:

$ brew cask install visual-studio-code

Install extensions

Execute following command:

$ curl -s https://raw.githubusercontent.com/karaage0703/vscode-dotfiles/master/install-vscode-extensions.sh | /bin/bash

Memo

json file path: ~/Library/Application\ Support/Code/User/settings.json

Linux

Install VS Code(deb package)

Execute following commands:

$ curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
$ sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
$ sudo sh -c 'echo "deb [arch=amd64] http://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list'
$ sudo apt update
$ sudo apt install code

Install VS Code(snap package)

Note: Not recommended. Japanese environment does not work.

Execute following command:

$ sudo snap install code --classic

Execute following command for uninstalling:

$ sudo snap remove code

Install extensions

Execute following commands:

$ sudo apt install -y curl
$ curl -s https://raw.githubusercontent.com/karaage0703/vscode-dotfiles/master/install-vscode-extensions.sh | /bin/bash

Memo

json file path: ~/.config/Code/User/settings.json

Raspberry Pi

Install VS Code

Execute following commands:

$ cd && wget -O insider.deb https://update.code.visualstudio.com/latest/linux-deb-armhf/insider
$ sudo apt install ./insider.deb
$ sudo mv /usr/bin/code-insiders /usr/bin/code

Install extensions

Execute following command for installing extensions:

$ sudo apt-get install -y curl
$ curl -s https://raw.githubusercontent.com/karaage0703/vscode-dotfiles/master/install-vscode-extensions.sh | /bin/bash

Windows 10

Install Windows Subsystem for Linux.

Then, execute following command for installing extensions:

$ curl -s https://raw.githubusercontent.com/karaage0703/vscode-dotfiles/master/install-vscode-extensions.sh | /bin/bash

Memo

json file place: /mnt/c/Users/<user name>/AppData/Roaming/Code/User/settings.json

License

This software is released under the MIT License, see LICENSE.

Authors

karaage0703

Article

References

vscode-dotfiles's People

Contributors

karaage0703 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.