3 lines
72 B
Fish
Executable file
3 lines
72 B
Fish
Executable file
#!/usr/bin/env fish
|
|
mkdir -p ~/.config/nvim
|
|
cp init.vim ~/.config/nvim/
|