setups/zsh/update.sh

10 lines
172 B
Bash
Executable file

#!/bin/sh
# Create porfiles if needed
touch $HOME/.profile
touch $HOME/.alias_profile
touch $HOME/.zsh_profile
cp ./.zshrc $HOME/.zshrc
cp ./starship.toml $HOME/.config/