We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91fae5d commit 0f94de9Copy full SHA for 0f94de9
Linux_setup.sh
@@ -184,7 +184,7 @@ DOT_FILES_DIR=$HOME/projects/dotfiles
184
mkdir -p "$DOT_FILES_DIR"
185
186
if [[ ! -d "$DOT_FILES_DIR" ]]; then
187
- git clone --depth 1 https://hub.fastgit.org/jdhao/dotfiles "$DOT_FILES_DIR"
+ git clone --depth 1 https://github.com/jdhao/dotfiles "$DOT_FILES_DIR"
188
fi
189
190
ln -sf "$DOT_FILES_DIR/.bash_profile" "$HOME/.bash_profile"
0 commit comments