From 48cf6c5805c4df425e18dd9c2116d0bdf6a80c41 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 1 Mar 2023 18:09:25 +0000 Subject: [PATCH] Remove starship from Makefile as its in local bin --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index b035b4f1..282e5ec9 100644 --- a/Makefile +++ b/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 $@