diff options
Diffstat (limited to '.zsh/omz/update.sh')
| -rwxr-xr-x | .zsh/omz/update.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.zsh/omz/update.sh b/.zsh/omz/update.sh new file mode 100755 index 0000000..bfe77c3 --- /dev/null +++ b/.zsh/omz/update.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +mkdir -p "update-$(date)" +mv *.zsh "update-$(date)" + +wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/lib/compfix.zsh +wget https://github.com/ohmyzsh/ohmyzsh/raw/master/lib/history.zsh +wget https://github.com/ohmyzsh/ohmyzsh/raw/master/lib/key-bindings.zsh +wget https://github.com/ohmyzsh/ohmyzsh/raw/master/lib/spectrum.zsh +wget https://github.com/ohmyzsh/ohmyzsh/raw/master/lib/termsupport.zsh |
