Fix raw file url
This commit is contained in:
@@ -60,7 +60,7 @@ fi
|
|||||||
# cp -f .zshrc ~/
|
# cp -f .zshrc ~/
|
||||||
# cp -f ezshrc.zsh ~/.config/ezsh/
|
# cp -f ezshrc.zsh ~/.config/ezsh/
|
||||||
echo -e "Downloaded the remote .zshrc configuration\n"
|
echo -e "Downloaded the remote .zshrc configuration\n"
|
||||||
wget -q "https://git.miomio.moe/mio/easyzsh/rss/branch/master/.zshrc" -O ~/.zshrc
|
wget -q "https://git.miomio.moe/mio/easyzsh/raw/branch/master/.zshrc" -O ~/.zshrc
|
||||||
|
|
||||||
# mkdir -p ~/.config/ezsh/zshrc # PLACE YOUR ZSHRC CONFIGURATIONS OVER THERE
|
# mkdir -p ~/.config/ezsh/zshrc # PLACE YOUR ZSHRC CONFIGURATIONS OVER THERE
|
||||||
mkdir -p ~/.cache/zsh/ # this will be used to store .zcompdump zsh completion cache files which normally clutter $HOME
|
mkdir -p ~/.cache/zsh/ # this will be used to store .zcompdump zsh completion cache files which normally clutter $HOME
|
||||||
|
|||||||
2
patch.sh
2
patch.sh
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
BASE_URL="https://git.miomio.moe/mio/easyzsh/rss/branch/master/zshrc"
|
BASE_URL="https://git.miomio.moe/mio/easyzsh/raw/branch/master/zshrc"
|
||||||
|
|
||||||
ZSH_CONFIGS_DIR="$HOME/.config/zshrc"
|
ZSH_CONFIGS_DIR="$HOME/.config/zshrc"
|
||||||
mkdir -p $ZSH_CONFIGS_DIR
|
mkdir -p $ZSH_CONFIGS_DIR
|
||||||
|
|||||||
Reference in New Issue
Block a user