mirror of
https://github.com/balkian/dotfiles.git
synced 2025-08-23 08:02:19 +00:00
Makefile!
This commit is contained in:
15
Makefile
Normal file
15
Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
########## Variables
|
||||
|
||||
# change to the dotfiles directory
|
||||
|
||||
stow: submodules
|
||||
find . -maxdepth 0 -type d | xargs stow -v
|
||||
|
||||
submodules:
|
||||
git submodule update --init --recursive
|
||||
|
||||
docker: Dockerfile
|
||||
git clone . /tmp/dotfiles
|
||||
docker build -t balkian/devmachine /tmp/dotfiles
|
||||
|
||||
.PHONY: stow submodules docker
|
Reference in New Issue
Block a user