3 files changed, 1 insertions(+), 34 deletions(-)
M Makefile
D x11/Xmodmap
D x11/Xresources
M Makefile => Makefile +1 -12
@@ 1,11 1,9 @@
-ALL := bash tmux X git mercurial vim ipython zsh systemd mutt konsole
+ALL := bash tmux git mercurial vim ipython zsh systemd mutt konsole
dotfiles = `pwd`
update:
git pull
- git submodule sync
- git submodule foreach "git checkout master; git pull origin master; echo"
$(MAKE) install
env:
@@ 13,15 11,6 @@ env:
install: $(ALL:%=install-%) env
-install-X:
- mkdir -p ~/.config/touchegg
- ln -fs $(dotfiles)/x11/Xmodmap ~/.Xmodmap
- ln -fs $(dotfiles)/x11/xinitrc ~/.xinitrc
- ln -fs $(dotfiles)/x11/Xdefaults ~/.Xdefaults
- ln -fs $(dotfiles)/x11/Xresources ~/.Xresources
- ln -fs $(dotfiles)/x11/touchegg.conf ~/.config/touchegg/touchegg.conf
- ln -fs $(dotfiles)/x11/libinput-gestures.conf ~/.config/libinput-gestures.conf
-
install-bash:
ln -fs $(dotfiles)/sh/dir_colors ~/.dir_colors
ln -fs $(dotfiles)/bash/rc ~/.bashrc
D x11/Xmodmap => x11/Xmodmap +0 -3
@@ 1,3 0,0 @@
-remove Lock = Caps_Lock
-keysym Caps_Lock = Control_L
-add Control = Control_L
D x11/Xresources => x11/Xresources +0 -19
@@ 1,19 0,0 @@
-*background: #ffffff
-*foreground: #000000
-*cursorColor: #5f87af
-*color0: #000000
-*color1: #af0000
-*color2: #008700
-*color3: #af5f00
-*color4: #005faf
-*color5: #870087
-*color6: #008787
-*color7: #ffffff
-*color8: #000000
-*color9: #af0000
-*color10: #008700
-*color11: #af5f00
-*color12: #005faf
-*color13: #870087
-*color14: #008787
-*color15: #ffffff