From 0359eb98784c9ca06e5b9b2231e767a371e94b8f Mon Sep 17 00:00:00 2001 From: doryan Date: Mon, 8 Jul 2024 21:41:36 +0400 Subject: [PATCH] feat(installer and nvim): add installer for configs and update nvim config --- install.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 install.sh 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