diff options
author | julian T <julian@jtle.dk> | 2019-02-02 17:23:53 +0100 |
---|---|---|
committer | julian T <julian@jtle.dk> | 2019-02-02 17:23:53 +0100 |
commit | 489aeecfdd9d8938669e25961f43df287c4e9bcd (patch) | |
tree | b2560dde94fb1b9a5e851ab82e0d609fdd9304a2 /setup.sh | |
parent | adc0806cdda2673910483a4266265eb9103da1c8 (diff) |
Moved to stow
Diffstat (limited to 'setup.sh')
-rw-r--r-- | setup.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh new file mode 100644 index 0000000..7470d40 --- /dev/null +++ b/setup.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +# Install oh-my-zsh +sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" + +rm -rf ../.zshrc + +stow zsh |