diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
| @@ -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 | ||
| 61 | tmux: | 61 | tmux: |
| 62 | ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf | 62 | ln -sf `pwd`/tmux/tmux.conf ~/.tmux.conf |
| 63 | 63 | ||
| 64 | crontab: | 64 | crontab: |
| 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 | |||
| 77 | task: | 76 | task: |
| 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 | ||
| 92 | openbox: theme | 91 | openbox: 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 | ||
| 95 | rofi: | 102 | rofi: |
| 96 | ln -sf `pwd`/X11/rofi/config.rasi ~/.config/rofi/config.rasi | 103 | ln -sf `pwd`/X11/rofi/config.rasi ~/.config/rofi/config.rasi |