diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-07-24 14:57:05 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-07-24 14:57:05 +0800 |
| commit | 20d4b8b9a3165c1832ea3e4399a853ef1f22bf35 (patch) | |
| tree | 7faafad57bdd449c79dddd63cdd5fb6250c1281b /Makefile | |
| parent | 7500a616b132ad8eca1a07de04b73d3b52862ec3 (diff) | |
Update
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -84,3 +84,6 @@ urlview: | |||
| 84 | 84 | ||
| 85 | alacritty: | 85 | alacritty: |
| 86 | ln -sf `pwd`/alacritty/* ~/.config/alacritty/ | 86 | ln -sf `pwd`/alacritty/* ~/.config/alacritty/ |
| 87 | |||
| 88 | console: | ||
| 89 | sudo ln -sf `pwd`/misc/vconsole.conf /etc/vconsole.conf | ||