adding a bunch of stuff (vim, nvim, bspwm)

This commit is contained in:
tonitch
2025-01-06 21:22:17 +01:00
committed by Anthony Debucquoy
parent d44eb32499
commit 24dde33d73
5 changed files with 35 additions and 20 deletions
+4
View File
@@ -20,10 +20,14 @@ $0
clean:
rm -f *.o
rm -f $1
rm -f tags compile_commands.json
bear: clean
bear -- make
tags:
ctags **.{c,h}
run: $1
./$<