aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-01-02 16:21:27 +0100
committerThomas Schmucker <ts@its1.de>2026-01-02 16:21:27 +0100
commita599969f7a9276776931875532c90af881f2a292 (patch)
treed96086dbee21dd2e15b4c910363fc8b78f601568 /install.sh
parent46d361f88dfbc43f82295f61159f7870d4acc48b (diff)
downloaddotfiles-a599969f7a9276776931875532c90af881f2a292.tar.gz
dotfiles-a599969f7a9276776931875532c90af881f2a292.tar.bz2
dotfiles-a599969f7a9276776931875532c90af881f2a292.zip
erster entwurf für eine neue zsh Konfiguration
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh9
1 files changed, 4 insertions, 5 deletions
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"
42cp taskwarrior/taskrc "$CONFIG/task/taskrc" 42cp taskwarrior/taskrc "$CONFIG/task/taskrc"
43 43
44# zsh 44# zsh
45cp zsh/zshenv ~/.zshenv 45link "$SCRIPT_DIR/zsh/zshenv.home" "$HOME/.zshenv"
46 46
47mkdir -p "$CONFIG/zsh" 47mkdir -p "$CONFIG/zsh"
48cp zsh/zshrc "$CONFIG/zsh/.zshrc" 48link "$SCRIPT_DIR/zsh/zshrc" "$CONFIG/zsh/.zshrc"
49cp zsh/aliases "$CONFIG/zsh/aliases" 49link "$SCRIPT_DIR/zsh/zshenv" "$CONFIG/zsh/.zshenv"
50cp zsh/prompt "$CONFIG/zsh/prompt" 50link "$SCRIPT_DIR/zsh/zprofile" "$CONFIG/zsh/.zprofile"
51cp zsh/completion "$CONFIG/zsh/completion"
52 51
53# git 52# git
54cp git/gitconfig ~/.gitconfig 53cp git/gitconfig ~/.gitconfig