Updated domain name.
This commit is contained in:
@@ -9,7 +9,7 @@ Just some everyday scripts for all my Linux shells.
|
||||
|
||||
To `/usr/local/shared-scripts`: (recommended)
|
||||
```bash
|
||||
git clone https://githive.duckdns.org/shared/scripts ~/shared-scripts && \
|
||||
git clone https://git.oomem.org/shared/scripts ~/shared-scripts && \
|
||||
sudo mv ~/shared-scripts /usr/local/ && \
|
||||
echo -e "\n# Shared Scripts:\n. /usr/local/shared-scripts/startup.sh \"/usr/local/shared-scripts\"" >> ~/.bashrc
|
||||
```
|
||||
@@ -22,6 +22,6 @@ Auto-update via Cron job:
|
||||
|
||||
To `$HOME/shared-scripts`:
|
||||
```bash
|
||||
git clone https://githive.duckdns.org/shared/scripts ~/shared-scripts && \
|
||||
git clone https://git.oomem.org/shared/scripts ~/shared-scripts && \
|
||||
echo -e "\n# Shared Scripts\n. \$HOME/shared-scripts/startup.sh \"$HOME/shared-scripts\"" >> ~/.bashrc
|
||||
```
|
||||
|
||||
@@ -25,7 +25,7 @@ EOF
|
||||
echo "Created .vimrc with jellybeans colorscheme."
|
||||
else
|
||||
sed -i '/^colorscheme/d' $HOME/.vimrc
|
||||
echo "colorscheme jellybeans" >> $HOME/.vimrc
|
||||
echo "colorscheme jellybeans" >> $HOME/.vimrcd
|
||||
echo "Updated .vimrc with jellybeans colorscheme."
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user