From 173773d85c4fe7765df609bcf1ae3ff4f8fb9f92 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Mon, 27 Mar 2023 12:03:41 +0200 Subject: GIT Konfiguration hinzugefügt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index cfd8da7..0959a01 100755 --- a/install.sh +++ b/install.sh @@ -10,11 +10,13 @@ cp -R tmux "$CONFIG" cp -R nvim "$CONFIG" # zsh -mkdir -p "$CONFIG/zsh" - cp zsh/zshenv ~/.zshenv +mkdir -p "$CONFIG/zsh" cp zsh/zshrc "$CONFIG/zsh/.zshrc" cp zsh/aliases "$CONFIG/zsh/aliases" cp zsh/prompt "$CONFIG/zsh/prompt" +# git +cp git/gitconfig ~/.gitconfig + -- cgit v1.3