From ee772d95e2eb357aa9c133d2027bf60febeeb989 Mon Sep 17 00:00:00 2001 From: Nicole Tietz-Sokolskaya Date: Tue, 12 Mar 2019 12:04:12 -0400 Subject: [PATCH] Add second vimwiki --- bash/.profile | 1 + install.sh | 6 +++--- nvim/.config/nvim/init.vim | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bash/.profile b/bash/.profile index 729ee9a..da79d12 100644 --- a/bash/.profile +++ b/bash/.profile @@ -31,6 +31,7 @@ if [ -d "$HOME/.pyenv" ] then export PATH="$HOME/.pyenv/bin:$PATH" eval "$(pyenv init -)" + export PYENV_ROOT="$HOME/.pyenv" fi if [ -x "$(command -v gcloud)" ] && [ -f "$HOME/.install/google-cloud-sdk" ] diff --git a/install.sh b/install.sh index 37564b5..7076616 100755 --- a/install.sh +++ b/install.sh @@ -9,7 +9,7 @@ function install_docker() { echo "Docker is already installed; skipping..." return fi - + # install the prereqs sudo apt install apt-transport-https ca-certificates curl software-properties-common @@ -30,7 +30,7 @@ function install_docker_compose() { echo "Docker Compose is already installed; skipping..." return fi - + # this makes me uncomfortable sudo curl -L "https://github.com/docker/compose/releases/download/1.22.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose @@ -41,7 +41,7 @@ function install_yarn() { echo "yarn is already installed; skipping..." return fi - + # add the key curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - # add the repo and update apt diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim index 04bd958..cdbcd1e 100644 --- a/nvim/.config/nvim/init.vim +++ b/nvim/.config/nvim/init.vim @@ -34,7 +34,7 @@ set smarttab set autoindent set smartindent -let g:vimwiki_list = [ {'path': '~/Code/ntietz/vimwiki'} ] +let g:vimwiki_list = [ {'path': '~/Code/ntietz/vimwiki'}, {'path': '~/Code/ntietz/vimwiki-remesh'} ] set spell