diff options
author | Julian T <julian@jtle.dk> | 2019-06-12 21:37:28 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2019-06-12 21:37:28 +0200 |
commit | 30c35bcc08e030aceee325b72d4a3b5c62d19cf9 (patch) | |
tree | 514a2fbe4cf9094face5df94070531031323ca3e /setup.sh | |
parent | a17e7201980fd23fdd915d11717f23e85f772d0b (diff) |
Moved, added and deleted scripts. Zsh corrections
Diffstat (limited to 'setup.sh')
-rw-r--r-- | setup.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/setup.sh b/setup.sh deleted file mode 100644 index 7470d40..0000000 --- a/setup.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/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 |