aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-08-09 19:26:42 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-08-09 19:26:42 +1200
commit0c2476a09b3a5c727cac5571b6dd70cecf1d2712 (patch)
tree8f3485c28c5b9d3b532caf3ab451288c1f8c0c23 /Makefile
parentMerge branch 'release/v12.18.0' (diff)
parentUpdate dotfiles(7) manual page (diff)
downloaddotfiles-45dd423ed4054730a371062039d529aa712e3eff.tar.gz (sig)
dotfiles-45dd423ed4054730a371062039d529aa712e3eff.zip
Merge branch 'release/v12.19.0'v12.19.0
* release/v12.19.0: Update dotfiles(7) manual page Better way to elide hostname prompt in screen/tmux Restore tmux history to defaults Don't update tmux environment at all Don't maintain GTK settings anymore
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 1ad61a21..4cea49d8 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,6 @@
install-games-man \
install-git \
install-gnupg \
- install-gtk \
install-i3 \
install-ksh \
install-less \
@@ -454,11 +453,6 @@ install-git: git/config $(GIT_TEMPLATE_HOOKS)
install-gnupg: gnupg/profile.d/gnupg.sh install-sh
cp -p -- gnupg/profile.d/*.sh $(HOME)/.profile.d
-install-gtk:
- mkdir -p -- $(XDG_CONFIG_HOME)/gtk-3.0
- cp -p -- gtk/gtkrc-2.0 $(HOME)/.gtkrc-2.0
- cp -p -- gtk/gtk-3.0/settings.ini $(XDG_CONFIG_HOME)/gtk-3.0
-
install-i3: install-x
mkdir -p -- $(XDG_CONFIG_HOME)/i3
cp -p -- i3/* $(XDG_CONFIG_HOME)/i3