You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
341 B
12 lines
341 B
install: |
|
stow . |
|
|
|
themes: |
|
mkdir -p .$@ |
|
wget -P .$@ https://github.com/EliverLara/Nordic/releases/download/v2.2.0/Nordic.tar.xz |
|
wget -P .$@ https://github.com/EliverLara/Nordic/releases/download/v2.2.0/Nordic-Polar.tar.xz |
|
tar xJf .$@/Nordic.tar.xz -C .$@/ |
|
tar xJf .$@/Nordic-Polar.tar.xz -C .$@/ |
|
rm .$@/*.tar.xz |
|
|
|
.PHONY: install themes
|
|
|