Nvim added
This commit is contained in:
11
Makefile
11
Makefile
@@ -1,14 +1,11 @@
|
||||
# Makefile for Dotfiles
|
||||
|
||||
# Tells Make that these targets are not actual files
|
||||
.PHONY: all setup stow clean update docker-test test-ubuntu test-arch storagebox
|
||||
|
||||
# Default target (runs when you just type 'make')
|
||||
# Default target
|
||||
all: stow
|
||||
|
||||
# Full Setup
|
||||
setup:
|
||||
bash ./scripts/setup.sh
|
||||
bash ./scripts/base.sh
|
||||
bash ./scripts/node.sh
|
||||
bash ./scripts/go.sh
|
||||
bash ./scripts/rust.sh
|
||||
@@ -30,6 +27,9 @@ update:
|
||||
git pull origin main
|
||||
make setup
|
||||
|
||||
base:
|
||||
bash ./scripts/base.sh
|
||||
|
||||
# Language Setups
|
||||
node:
|
||||
bash ./scripts/node.sh
|
||||
@@ -43,7 +43,6 @@ rust:
|
||||
python:
|
||||
bash ./scripts/python.sh
|
||||
|
||||
# Setup StorageBox
|
||||
storagebox:
|
||||
bash ./scripts/storagebox.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user