mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-05-02 04:41:43 +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
|