Skip to content

Commit bba1fdf

Browse files
committed
debug bin-folder
1 parent cd7bc62 commit bba1fdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ help:
4343
bin-folder:
4444
-@[ ! -d $(DST_BIN_DIR) ] && mkdir -p $(DST_BIN_DIR)
4545
-@[ ! -d $(LOCAL_BIN_DIR) ] && mkdir -p $(LOCAL_BIN_DIR)
46+
ls -lh $(DST_BASE_DIR)
4647

4748
$(SRC_DOTFILES):
4849
-@mkdir -p $(dir $(addprefix $(DST_DOTFILES_DIR)/.,$@))
@@ -121,7 +122,7 @@ tool-powerline-go: dev-go bin-folder
121122

122123
#: Install oh-my-posh (see: https://ohmyposh.dev/) #tools
123124
tool-oh-my-posh: bin-folder
124-
curl -s https://ohmyposh.dev/install.sh | bash -s -- -d $HOME/bin
125+
curl -s https://ohmyposh.dev/install.sh | bash -s -- -d $(DST_BIN_DIR)
125126

126127
#: Install bat (see: https://github.com/sharkdp/bat) #tools
127128
tool-bat: tool-brew

0 commit comments

Comments
 (0)