Summary Files CommitsBranches @commit@diff
path: root/.zsh/omz/update.sh
diff options
context:
space:
mode:
Commit505b88bf8462bea78d082d2ba03273ce114f8239 (patch )
AuthorSyndamia <kamen@syndamia.com>2022-08-08 09:30:04 +0300
CommitterSyndamia <kamen@syndamia.com>2022-08-08 09:30:04 +0300
Filese6238a44c1849a0a8ef56cd74338de5b112d840c /.zsh/omz/update.sh
dotfiles-505b88bf8462bea78d082d2ba03273ce114f8239.tar
dotfiles-505b88bf8462bea78d082d2ba03273ce114f8239.tar.gz
dotfiles-505b88bf8462bea78d082d2ba03273ce114f8239.zip
Parentf2454322fd6135a5c23c4fcb5a1622aed81f91d2 (diff)
Added a zsh omz files update script and updated certain omz libs
1 files changed, 10 insertions, 0 deletions
-rwxr-xr-x.zsh/omz/update.sh10
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