Skip to content

Instantly share code, notes, and snippets.

@eiichi-worker
Last active October 12, 2017 17:09
Show Gist options
  • Save eiichi-worker/be8ec37768ca1c45f9f141fc7abbdd5a to your computer and use it in GitHub Desktop.
Save eiichi-worker/be8ec37768ca1c45f9f141fc7abbdd5a to your computer and use it in GitHub Desktop.
NVSインストール for Ubuntu 16.04

NVSインストール for Ubuntu 16.04

インストール

export NVS_HOME="$HOME/.nvs"
git clone https://github.com/jasongin/nvs "$NVS_HOME"
. "$NVS_HOME/nvs.sh" install

起動時に読み込むようにする

※ 通常は自動で書き込まれてるはず

vi  .bashrc
# NVS
export NVS_HOME="$HOME/.nvs"
[ -s "$NVS_HOME/nvs.sh" ] && . "$NVS_HOME/nvs.sh"

以下を書き込み

参考

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment