zsh-dotfiles/install.bash

6 lines
113 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/
sudo chsh -s /bin/zsh $USER