diff --git a/Makefile b/Makefile index fa553f9..81e145e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ LN_FLAGS = -sfnv MKDIR_FLAGS = -pv -home_symlinks = aliases +home_symlinks = aliases Xresources config_copy = @@ -9,7 +9,7 @@ config_symlinks = all: install -install: aliases +install: aliases Xresources .PHONY: $(home_symlinks) $(home_symlinks): diff --git a/Xresources b/Xresources new file mode 100644 index 0000000..03e7e64 --- /dev/null +++ b/Xresources @@ -0,0 +1,2 @@ +XTerm*Background: black +XTerm*Foreground: orange