diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-01-02 16:21:27 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-01-02 16:21:27 +0100 |
| commit | a599969f7a9276776931875532c90af881f2a292 (patch) | |
| tree | d96086dbee21dd2e15b4c910363fc8b78f601568 /install.sh | |
| parent | 46d361f88dfbc43f82295f61159f7870d4acc48b (diff) | |
| download | dotfiles-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-x | install.sh | 9 |
1 files changed, 4 insertions, 5 deletions
| @@ -42,13 +42,12 @@ cp -R ncmpcpp "$CONFIG" | |||
| 42 | cp taskwarrior/taskrc "$CONFIG/task/taskrc" | 42 | cp taskwarrior/taskrc "$CONFIG/task/taskrc" |
| 43 | 43 | ||
| 44 | # zsh | 44 | # zsh |
| 45 | cp zsh/zshenv ~/.zshenv | 45 | link "$SCRIPT_DIR/zsh/zshenv.home" "$HOME/.zshenv" |
| 46 | 46 | ||
| 47 | mkdir -p "$CONFIG/zsh" | 47 | mkdir -p "$CONFIG/zsh" |
| 48 | cp zsh/zshrc "$CONFIG/zsh/.zshrc" | 48 | link "$SCRIPT_DIR/zsh/zshrc" "$CONFIG/zsh/.zshrc" |
| 49 | cp zsh/aliases "$CONFIG/zsh/aliases" | 49 | link "$SCRIPT_DIR/zsh/zshenv" "$CONFIG/zsh/.zshenv" |
| 50 | cp zsh/prompt "$CONFIG/zsh/prompt" | 50 | link "$SCRIPT_DIR/zsh/zprofile" "$CONFIG/zsh/.zprofile" |
| 51 | cp zsh/completion "$CONFIG/zsh/completion" | ||
| 52 | 51 | ||
| 53 | # git | 52 | # git |
| 54 | cp git/gitconfig ~/.gitconfig | 53 | cp git/gitconfig ~/.gitconfig |
