Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Commit

Permalink
Remove scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jun 30, 2020
1 parent 6a2cbd5 commit a017c93
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"image": "ludeeus/container:monster",
"context": "..",
"appPort": ["9123:8123", "5000:5000", "3000:3000"],
"postStartCommand": "make gh-cli && bash script/completion",
"postStartCommand": "make init",
"runArgs": [
"-v",
"${env:HOME}${env:USERPROFILE}/.config/gh:/root/.config/gh"
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ homeassistant-install: ## Install the latest dev version of Home Assistant

homeassistant-update: homeassistant-install ## Alias for 'homeassistant-install'

init: gh-cli
@bash completion

development-init:
@ if [ -d ".git" ]; then mv .git ..git; fi

Expand Down
File renamed without changes.
21 changes: 0 additions & 21 deletions script/default_remove

This file was deleted.

28 changes: 0 additions & 28 deletions script/integration_start

This file was deleted.

0 comments on commit a017c93

Please sign in to comment.