zsh-dotfiles/install.bash
2024-04-02 19:45:33 +02:00

5 lines
113 B
Bash
Executable file

#!/usr/bin/env bash
cp -r .zprofile ~/
cp -r shell ~/.config/
cp -r zsh ~/.config/
sudo chsh -s /bin/zsh $USER