diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-11-08 16:22:44 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-11-08 16:24:56 +0800 |
| commit | 654997703f95d2921935ee9c899b1dbdde7b6eab (patch) | |
| tree | 0acce06652083ec6868403afbee2e105ab2817d0 /Makefile | |
| parent | 8943b38084f8e74893998fe877de39f6050f7f20 (diff) | |
Update
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -19,6 +19,7 @@ tig: | |||
| 19 | 19 | ||
| 20 | vim: | 20 | vim: |
| 21 | ln -sf `pwd`/vim/init.vim ~/.vimrc | 21 | ln -sf `pwd`/vim/init.vim ~/.vimrc |
| 22 | sudo ln -sf `pwd`/vim/init.vim /usr/local/share/vim/vimrc | ||
| 22 | ln -sf `pwd`/vim ~/.config/nvim | 23 | ln -sf `pwd`/vim ~/.config/nvim |
| 23 | # vim-plug | 24 | # vim-plug |
| 24 | # curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim | 25 | # curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |