aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-02-14 09:48:08 +0100
committerThomas Schmucker <ts@its1.de>2026-02-14 09:48:08 +0100
commit60328a322d85755a94da0f077455a9403db67943 (patch)
tree6a5ca3cc736e17fd4f556e87c1ff634b52515d26 /install.sh
parentc0696951db95b14fe561f82c7128b105adee9718 (diff)
downloaddotfiles-60328a322d85755a94da0f077455a9403db67943.tar.gz
dotfiles-60328a322d85755a94da0f077455a9403db67943.tar.bz2
dotfiles-60328a322d85755a94da0f077455a9403db67943.zip
zsh: Verschiebe alle Konfigurationsdateien in das HOME-Verzeichnis.
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh9
1 files changed, 3 insertions, 6 deletions
diff --git a/install.sh b/install.sh
index 8968d30..247b204 100755
--- a/install.sh
+++ b/install.sh
@@ -86,12 +86,9 @@ link_xinitrc() {
86} 86}
87 87
88link_zsh() { 88link_zsh() {
89 link "$SCRIPT_DIR/zsh/zshenv.home" "$HOME/.zshenv" 89 link "$SCRIPT_DIR/zsh/zshrc" "$HOME/.zshrc"
90 90 link "$SCRIPT_DIR/zsh/zshenv" "$HOME/.zshenv"
91 mkdir -p "$CONFIG/zsh" 91 link "$SCRIPT_DIR/zsh/zprofile" "$HOME/.zprofile"
92 link "$SCRIPT_DIR/zsh/zshrc" "$CONFIG/zsh/.zshrc"
93 link "$SCRIPT_DIR/zsh/zshenv" "$CONFIG/zsh/.zshenv"
94 link "$SCRIPT_DIR/zsh/zprofile" "$CONFIG/zsh/.zprofile"
95} 92}
96 93
97link_abook 94link_abook