From c209b961134c5c373a49012d5290d257e04bd70d Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Fri, 18 Feb 2022 11:53:49 -0700 Subject: [PATCH] Update tmuxinator configs --- home/.config/configstore/update-notifier-npm.json | 2 +- home/.config/tmuxinator/stemma-term.yml | 9 +++++++++ home/.config/tmuxinator/stemma.yml | 6 +++--- home/.vimrc | 1 + 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 home/.config/tmuxinator/stemma-term.yml diff --git a/home/.config/configstore/update-notifier-npm.json b/home/.config/configstore/update-notifier-npm.json index 7fa1853..6eee6a6 100644 --- a/home/.config/configstore/update-notifier-npm.json +++ b/home/.config/configstore/update-notifier-npm.json @@ -1,4 +1,4 @@ { "optOut": false, - "lastUpdateCheck": 1640879021994 + "lastUpdateCheck": 1645136333919 } \ No newline at end of file diff --git a/home/.config/tmuxinator/stemma-term.yml b/home/.config/tmuxinator/stemma-term.yml new file mode 100644 index 0000000..7e335c2 --- /dev/null +++ b/home/.config/tmuxinator/stemma-term.yml @@ -0,0 +1,9 @@ +# /Users/andrewminer/.config/tmuxinator/stemma-term.yml + +name: stemma-term +root: /src/stemma/frontend/amundsen_application/static/ + +startup_window: terminal + +windows: + - terminal: nvm use diff --git a/home/.config/tmuxinator/stemma.yml b/home/.config/tmuxinator/stemma.yml index 016029f..07ceb35 100644 --- a/home/.config/tmuxinator/stemma.yml +++ b/home/.config/tmuxinator/stemma.yml @@ -6,14 +6,14 @@ root: /src/stemma startup_window: terminal windows: - - neo4j: docker-compose -f docker-compose.yml up neo4j - - elasticsearch: docker-compose -f docker-compose.yml up elasticsearch + - neo4j: docker-compose -f frontend/docker-compose.yml up neo4j + - elasticsearch: docker-compose -f frontend/docker-compose.yml up elasticsearch - databuilder: root: /src/stemma/databuilder panes: source venv/bin/activate - webpack: root: /src/stemma/frontend/amundsen_application/static - panes: npm run watch + panes: nvm use && npm run watch - server: panes: ./server.sh root: /src/stemma/frontend diff --git a/home/.vimrc b/home/.vimrc index 6c696be..6a96ea4 100644 --- a/home/.vimrc +++ b/home/.vimrc @@ -150,6 +150,7 @@ let g:ale_fixers = { let g:ale_linters = { \'go': ['gobuild', 'golint', 'govet'], \'html': [], + \'json': ['jsonlint'], \'pug': ['puglint'], \'python': ['pycodestyle', 'pydocstyle', 'pyflakes', 'pyls'], \'typescript': ['tslint', 'tsserver'],