main.sh 238 B

123456789
  1. #!/bin/sh
  2. HOME=/home/cmte
  3. test -d $HOME/.oh-my-zsh || sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  4. test -d $HOME/.zshrc || rm $HOME/.zshrc
  5. ln -s $HOME/dotfiles/zsh/zshrc $HOME/.zshrc