diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..e40ead2 --- /dev/null +++ b/install.sh @@ -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