|
@@ -4,9 +4,7 @@ OS_NAME := $(shell uname -s | tr A-Z a-z)
|
|
|
|
|
|
stow:
|
|
stow:
|
|
stow -t ~ */
|
|
stow -t ~ */
|
|
- @if [ OS_NAME = "linux" ]; then \
|
|
|
|
- dconf load / < gnome/.local/share/custom-gconf.conf \
|
|
|
|
- fi
|
|
|
|
|
|
+ dconf load / < gnome/.local/share/custom-gconf.conf \
|
|
|
|
|
|
deps:
|
|
deps:
|
|
@echo "Installing software for ${OS_NAME} platform"
|
|
@echo "Installing software for ${OS_NAME} platform"
|