feat(installer and nvim): add installer for configs and update nvim config
This commit is contained in:
7
install.sh
Executable file
7
install.sh
Executable 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
|
||||
Reference in New Issue
Block a user