5 lines
96 B
Bash
Executable file
5 lines
96 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cp -r ./.config/nvim ~/config/
|
|
cp -r ./.local/share/fonts ~/.local/share/
|
|
|