mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-20 00:51:11 +00:00
5 lines
71 B
Bash
Executable File
5 lines
71 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
rm -rf ~/.config/nvim
|
|
ln -s $(pwd) ~/.config/nvim
|