feat(installer and nvim): add installer for configs and update nvim config

This commit is contained in:
doryan 2024-07-08 21:41:36 +04:00
parent a6c8b952f1
commit 0359eb9878

7
install.sh Executable file
View File

@ -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