zsh-dotfiles/install.bash

7 lines
165 B
Bash
Raw Normal View History

2024-04-02 19:45:33 +02:00
#!/usr/bin/env bash
cp -r .zprofile ~/
cp -r shell ~/.config/
cp -r zsh ~/.config/
mkdir -p ~/.cache/zsh && touch ~/.cache/zsh/history
2024-04-02 19:45:33 +02:00
sudo chsh -s /bin/zsh $USER