We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7bc62 commit bba1fdfCopy full SHA for bba1fdf
Makefile
@@ -43,6 +43,7 @@ help:
43
bin-folder:
44
-@[ ! -d $(DST_BIN_DIR) ] && mkdir -p $(DST_BIN_DIR)
45
-@[ ! -d $(LOCAL_BIN_DIR) ] && mkdir -p $(LOCAL_BIN_DIR)
46
+ ls -lh $(DST_BASE_DIR)
47
48
$(SRC_DOTFILES):
49
-@mkdir -p $(dir $(addprefix $(DST_DOTFILES_DIR)/.,$@))
@@ -121,7 +122,7 @@ tool-powerline-go: dev-go bin-folder
121
122
123
#: Install oh-my-posh (see: https://ohmyposh.dev/) #tools
124
tool-oh-my-posh: bin-folder
- 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)
126
127
#: Install bat (see: https://github.com/sharkdp/bat) #tools
128
tool-bat: tool-brew
0 commit comments