From a7fdb4f49714d8526a68c1a0cd2549ca5e92eb6f Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Sat, 12 Aug 2023 14:14:23 +0800 Subject: Update for new laptop installation --- Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 72f4dd9..4e435fb 100644 --- a/Makefile +++ b/Makefile @@ -23,9 +23,6 @@ gpg: ln -sf `pwd`/misc/gpg-agent ~/.gnupg/gpg-agent.conf gpgconf --reload gpg-agent -console: - sudo ln -sf `pwd`/misc/vconsole.conf /etc/vconsole.conf - zsh: ln -sf `pwd`/zsh/zshenv ~/.zshenv mkdir -p ~/.config/zsh @@ -62,9 +59,16 @@ tmux: crontab: (crontab -l 2>/dev/null; cat bin/cron/* | sed '/^#/ d') | crontab - +# Swap Ctrl-Caps in X11 libinput: sudo ln -sf `pwd`/misc/libinput/* /etc/X11/xorg.conf.d/ +# Swap Ctrl-Caps in tty2~6 +console: + sudo ln -sf `pwd`/misc/vconsole.conf /etc/vconsole.conf + sudo systemctl restart systemd-vconsole-setup.service + + task: ln -sf $(HOME)/.task/taskrc $(HOME)/.taskrc if [ ! -d "$(HOME)/.task/.git" ]; then @@ -93,7 +97,7 @@ urlview: ln -sf `pwd`/misc/urlview ~/.urlview alacritty: - ln -sf `pwd`/X11/alacritty/ ~/.config/alacritty + ln -sf `pwd`/X11/alacritty ~/.config/alacritty mpd: ln -sf `pwd`/mpd/ncmpcpp ~/.config/ncmpcpp -- cgit v1.2.3-70-g09d2