add srcfile
This commit is contained in:
parent
a9264e02f1
commit
9bb0fa8875
2 changed files with 8 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -27,4 +27,7 @@ fontconfig:
|
||||||
install -Dm600 fontconfig/fonts.conf $(DESTDIR)$(PREFIX)/fontconfig/fonts.conf
|
install -Dm600 fontconfig/fonts.conf $(DESTDIR)$(PREFIX)/fontconfig/fonts.conf
|
||||||
fc-cache
|
fc-cache
|
||||||
|
|
||||||
.PHONY: fish i3 i3status vis Xresources bspwm sxhkd fontconfig
|
srcfile:
|
||||||
|
install -Dm600 main-srcfile $(DESTDIR)/.srcfile
|
||||||
|
|
||||||
|
.PHONY: fish i3 i3status vis Xresources bspwm sxhkd fontconfig srcfile
|
||||||
|
|
|
||||||
4
main-srcfile
Normal file
4
main-srcfile
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Languages
|
||||||
|
git https://github.com/nim-lang/nim nim
|
||||||
|
git https://github.com/ziglang/zig zig
|
||||||
|
git https://github.com/racket/racket racket
|
||||||
Loading…
Add table
Add a link
Reference in a new issue