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