feat: added script to install dotfiles
This commit is contained in:
parent
efb3ec1dcb
commit
967a9c5c01
1 changed files with 5 additions and 0 deletions
5
copy.sh
Executable file
5
copy.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
cp -r ./.config/nvim ~/.config/
|
||||
cp -r ./.local/share/fonts ~/.local/share/
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue