diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2022-09-24 22:04:27 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2022-09-24 22:04:27 +0800 |
commit | e5f7080e094212d2db1c695a5cd8fcc47f4a5bdd (patch) | |
tree | fbd5ca682efe051254242a656c32fb2ae923cbba /Makefile | |
parent | ad1226bbdf7d3f216ea0f939e6f4634b0c4ef627 (diff) |
Add ncmpcpp config
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -23,6 +23,9 @@ gpg: | |||
23 | ln -sf `pwd`/misc/gpg-agent ~/.gnupg/gpg-agent.conf | 23 | ln -sf `pwd`/misc/gpg-agent ~/.gnupg/gpg-agent.conf |
24 | gpgconf --reload gpg-agent | 24 | gpgconf --reload gpg-agent |
25 | 25 | ||
26 | console: | ||
27 | sudo ln -sf `pwd`/misc/vconsole.conf /etc/vconsole.conf | ||
28 | |||
26 | zsh: | 29 | zsh: |
27 | curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | bash | 30 | curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | bash |
28 | 31 | ||
@@ -83,5 +86,5 @@ urlview: | |||
83 | alacritty: | 86 | alacritty: |
84 | ln -sf `pwd`/alacritty/* ~/.config/alacritty/ | 87 | ln -sf `pwd`/alacritty/* ~/.config/alacritty/ |
85 | 88 | ||
86 | console: | 89 | mpd: |
87 | sudo ln -sf `pwd`/misc/vconsole.conf /etc/vconsole.conf | 90 | ln -sf `pwd`/mpd/ncmpcpp ~/.config/ncmpcpp |