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