Fixed bad ln
This commit is contained in:
parent
f74d311939
commit
5f6057da2f
@ -100,7 +100,8 @@ ln -sf ~/code_server/tmux.conf ~/.tmux.conf && \
|
||||
ln -sf ~/code_server/clang-format ~/.clang-format && \
|
||||
|
||||
# Symlink nvim user folder
|
||||
ln -sf ~/code_server/config/nvim/lua/user ~/.config/nvim/lua/user && \
|
||||
if [ -L ~/.config/nvim/lua/user ]; then rm ~/.config/nvim/lua/user; fi && \
|
||||
ln -s ~/code_server/config/nvim/lua/user ~/.config/nvim/lua/user && \
|
||||
|
||||
# Symlink lazygit config
|
||||
ln -sf ~/code_server/config/lazygit/config.yml ~/.config/lazygit/config.yml && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user