Nvim added

This commit is contained in:
MangoPig
2025-12-04 14:44:49 +00:00
parent 10f55ec25c
commit afd6481ec6
4 changed files with 17 additions and 28 deletions

View File

@@ -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