Remove starship from Makefile as its in local bin
This commit is contained in:
parent
466e5031ba
commit
48cf6c5805
5
Makefile
5
Makefile
|
@ -15,7 +15,7 @@ LAZY_DIR := $(HOME)/.local/share/nvim/lazy/lazy.nvim
|
|||
PYENV_DIR := $(if $(PYENV_ROOT), $(PYENV_ROOT), $(HOME)/.pyenv)
|
||||
POETRY_DIR := $(HOME)/.local/share/pypoetry
|
||||
|
||||
.PHONY: all clean check link unlink install uninstall pacman starship
|
||||
.PHONY: all clean check link unlink install uninstall pacman
|
||||
|
||||
all: link install
|
||||
|
||||
|
@ -55,8 +55,5 @@ $(PYENV_DIR):
|
|||
$(POETRY_DIR):
|
||||
python3 packages/poetry.py
|
||||
|
||||
starship:
|
||||
bash packages/starship.sh
|
||||
|
||||
$(CONFIG_DIR) $(SSH_DIR) $(THEMES_DIR) $(HOME)/.ssh/sockets:
|
||||
mkdir -p $@
|
||||
|
|
Loading…
Reference in a new issue