feat(installer and nvim): add installer for configs and update nvim config
This commit is contained in:
parent
a6c8b952f1
commit
0359eb9878
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
cp .zshrc ~/.zshrc
|
||||
cp starship.toml ~/.config/starship.toml
|
||||
cp -r wezterm ~/.config/wezterm
|
||||
cp -r .zsh ~/.zsh
|
||||
cp -r nvim ~/.config
|
Loading…
Reference in New Issue