aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index aa9cfff..8ab9257 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ mutt: ~/.local/share/application
59 pass mail/mutt.hooks >mutt/hooks.topo 59 pass mail/mutt.hooks >mutt/hooks.topo
60 60
61tmux: 61tmux:
62 ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf 62 ln -sf `pwd`/tmux/tmux.conf ~/.tmux.conf
63 63
64crontab: 64crontab:
65 (crontab -l 2>/dev/null; cat bin/cron/* | sed '/^#/ d') | crontab - 65 (crontab -l 2>/dev/null; cat bin/cron/* | sed '/^#/ d') | crontab -
@@ -73,7 +73,6 @@ console:
73 sudo ln -sf `pwd`/misc/vconsole.conf /etc/vconsole.conf 73 sudo ln -sf `pwd`/misc/vconsole.conf /etc/vconsole.conf
74 sudo systemctl restart systemd-vconsole-setup.service 74 sudo systemctl restart systemd-vconsole-setup.service
75 75
76
77task: 76task:
78 ln -sf $(HOME)/.task/taskrc $(HOME)/.taskrc 77 ln -sf $(HOME)/.task/taskrc $(HOME)/.taskrc
79 if [ ! -d "$(HOME)/.task/.git" ]; then 78 if [ ! -d "$(HOME)/.task/.git" ]; then
@@ -91,6 +90,14 @@ theme:
91 90
92openbox: theme 91openbox: theme
93 ln -sf `pwd`/X11/openbox/rc.xml ~/.config/openbox/ 92 ln -sf `pwd`/X11/openbox/rc.xml ~/.config/openbox/
93 cat <<EOF >~/.xprofile
94 export XMODIFIERS=@im=fcitx
95 export QT_IM_MODULE=fcitx
96 export GTK_IM_MODULE=fcitx
97 fcitx &
98 picom &
99 ~/.fechbg
100 EOF
94 101
95rofi: 102rofi:
96 ln -sf `pwd`/X11/rofi/config.rasi ~/.config/rofi/config.rasi 103 ln -sf `pwd`/X11/rofi/config.rasi ~/.config/rofi/config.rasi