about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index c62bcb8..fcbee3a 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ endif
 install:
 	@make $(UNAME)
 
-Linux: bash fzf fish git mutt byobu weechat vim nvim gnupg bin vscode sublime
+Linux: bash fzf fish git mutt byobu weechat vim nvim gnupg bin
 Windows: bash git vim
 Other: bash git vim
 
@@ -30,9 +30,7 @@ clean:
 	stow -t "$$HOME" -D gnupg
 	stow -t "$$HOME" -D mutt
 	stow -t "$$HOME" -D nvim
-	stow -t "$$HOME" -D sublime
 	stow -t "$$HOME" -D vim
-	stow -t "$$HOME" -D vscode
 	stow -t "$$HOME" -D weechat
 
 bash:
@@ -76,10 +74,6 @@ nvim:
 	@printf "$(YELLOW)--- nvim -----------------------------------------------\n$(RESET)"
 	stow -t "$$HOME" nvim
 
-sublime:
-	@printf "$(YELLOW)--- sublime --------------------------------------------\n$(RESET)"
-	stow -t "$$HOME" sublime
-
 vim:
 	@printf "$(YELLOW)--- vim ------------------------------------------------\n$(RESET)"
 	mkdir -p ~/.vim/{undodir,swap,backup}
@@ -87,10 +81,6 @@ vim:
 	git submodule update --remote --init -- vim/.vim/bundle
 	stow -t "$$HOME" vim
 
-vscode:
-	@printf "$(YELLOW)--- vscode ---------------------------------------------\n$(RESET)"
-	stow -t "$$HOME" vscode
-
 weechat:
 	@printf "$(YELLOW)--- weechat --------------------------------------------\n$(RESET)"
 	stow -t "$$HOME" weechat
@@ -99,4 +89,4 @@ nuke:
 	@printf "$(RED)--- nuking existing files ------------------------------\n$(RESET)"
 	rm -rf ~/.byobu ~/.config/fish ~/.fzf ~/.bash*
 
-.PHONY: bash fzf fish git vim nvim mutt byobu weechat gnupg bin vscode sublime clean install nuke Windows Linux Other
+.PHONY: bash fzf fish git vim nvim mutt byobu weechat gnupg bin clean install nuke Windows Linux Other