From a599969f7a9276776931875532c90af881f2a292 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 2 Jan 2026 16:21:27 +0100 Subject: erster entwurf für eine neue zsh Konfiguration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 8270a42..b1aecae 100755 --- a/install.sh +++ b/install.sh @@ -42,13 +42,12 @@ cp -R ncmpcpp "$CONFIG" cp taskwarrior/taskrc "$CONFIG/task/taskrc" # zsh -cp zsh/zshenv ~/.zshenv +link "$SCRIPT_DIR/zsh/zshenv.home" "$HOME/.zshenv" mkdir -p "$CONFIG/zsh" -cp zsh/zshrc "$CONFIG/zsh/.zshrc" -cp zsh/aliases "$CONFIG/zsh/aliases" -cp zsh/prompt "$CONFIG/zsh/prompt" -cp zsh/completion "$CONFIG/zsh/completion" +link "$SCRIPT_DIR/zsh/zshrc" "$CONFIG/zsh/.zshrc" +link "$SCRIPT_DIR/zsh/zshenv" "$CONFIG/zsh/.zshenv" +link "$SCRIPT_DIR/zsh/zprofile" "$CONFIG/zsh/.zprofile" # git cp git/gitconfig ~/.gitconfig -- cgit v1.3