aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--README.adoc6
-rw-r--r--screenshot.pngbin2469374 -> 2277948 bytes
3 files changed, 4 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index c542619..b49fecd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
all: install
install:
- stow -v --target="$(HOME)" --restow */
+ stow -v --target="$HOME" --restow */
uninstall:
- stow -v --target="$(HOME)" --delete */
+ stow -v --target="$HOME" --delete */
diff --git a/README.adoc b/README.adoc
index 8953574..82d0baa 100644
--- a/README.adoc
+++ b/README.adoc
@@ -3,13 +3,11 @@
In this directory you will find my user-specific application configuration files.
I use `make` and `stow` to manage them, meaning the top level directories are where you will find the respective configurations.
-NOTE: Since I have a HiDPI Display, my font size may be a little too big for you.
+image:https://img.shields.io/badge/license-wtfpl-bf419c?style=flat-square[]
+image:https://img.shields.io/badge/made_with-love-bf419c?style=flat-square[]
image::screenshot.png[Screenshot]
-image:https://img.shields.io/badge/license-wtfpl-bf419c?style=flat-square[]
-image:https://img.shields.io/badge/price-free-bf419c?style=flat-square[]
-
== Requirements
* I use the *JetBrains Mono font*, which can be downloaded https://github.com/JetBrains/JetBrainsMono[here].
diff --git a/screenshot.png b/screenshot.png
index 6b383cc..98563f8 100644
--- a/screenshot.png
+++ b/screenshot.png
Binary files differ