LoginSignup
6
9

More than 3 years have passed since last update.

windowsで最初にやること

Last updated at Posted at 2019-11-09

capslockをctrlにする

これやらないと始まらない

コマンドプロンプトを管理者権限で開いて

> ctrl2cap /install

したのちに再起動

scoop

windowsのパッケージ管理ツール

> Set-ExecutionPolicy RemoteSigned -scope CurrentUser
> iex (new-object net.webclient).downloadstring('https://get.scoop.sh')

visual stdio build tools

コンパイラなど

neovim

プラグイン用に必要な言語をインストール

> scoop install git
> scoop bucket add versions
> scoop install python ruby nodejs-lts
> scoop install neovim
> pip install neovim
> gem instal neovim
> npm install -g neovim

powershellのテーマ設定

> scoop install concfg
> concfg import harmonic-dark

font

フォントをインストール - Myrica

productから解凍してインストール

vagrant

> scoop install vagrant

プラグインをインストール

> vagrant plugin install vagrant-vbguest
> vagrant plugin install vagrant-winnfsd

virtualbox

バージョンは5.2を使う

6
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
9