blob: bfe77c34767bbc0bb27a9494c0ee680b4356cfa0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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
|