diff --git a/copy.sh b/copy.sh new file mode 100755 index 0000000..3a4483f --- /dev/null +++ b/copy.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +cp -r ./config/nvim ~/config/ +cp -r ./local/share/fonts ~/.local/share/ +