mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
Remove make code-extensions
I no longer have an interest in code and am not using these extensions personally.
This commit is contained in:
parent
51751a0233
commit
b05409a717
6
Makefile
6
Makefile
@ -8,8 +8,6 @@
|
||||
# make prune Removes stale links
|
||||
|
||||
verbose ?= 2
|
||||
NS_CODE_EXTENSIONS := dbaeumer.vscode-eslint EditorConfig.EditorConfig faustinoaq.crystal-lang \
|
||||
naumovs.color-highlight PKief.material-icon-theme vscodevim.vim
|
||||
NS_REPO_PATH := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||
NS_STOW_OPTIONS := --dir="${NS_REPO_PATH}" --target="${HOME}" --no-folding --verbose=${verbose}
|
||||
NS_STOW_PACKAGES := $(wildcard */)
|
||||
@ -40,10 +38,6 @@ uninstall:
|
||||
prune:
|
||||
@$(call ${NS_STOW_COMMAND},R)
|
||||
|
||||
.PHONY: code-extensions
|
||||
code-extensions:
|
||||
@$(foreach extension,${NS_CODE_EXTENSIONS},code --install-extension ${extension} --force;)
|
||||
|
||||
.PHONY: enable-mpd
|
||||
enable-mpd:
|
||||
@systemctl --user enable --now mpd.service
|
||||
|
Loading…
Reference in New Issue
Block a user