Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hironow committed Sep 30, 2023
1 parent d6d1109 commit 0cbb451
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"oldstuff",
"pycache",
"thunderclient",
"typeorm",
"typestubs",
"venv",
"vivliostyle"
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ check-myip: ## Check my ip address
@ifconfig | sed -En "s/127.0.0.1//;s/.*inet (addr:)?(([0-9]*\.){3}[0-9]*).*/\2/p"
.PHONY: check-myip

check-dockerport: cmd-exists-docker cmd-exists-jq ## Check docker port
@docker ps -q | xargs docker inspect | jq '.[] | {name: .Name, ports: .NetworkSettings.Ports}'

check-brew: cmd-exists-brew ## Check brew bundle
brew list
.PHONY: check-brew
Expand Down
1 change: 1 addition & 0 deletions dump/npm-global
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ pyright
@thunderclient/cli
tldr
lint-staged
typeorm

0 comments on commit 0cbb451

Please sign in to comment.