Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #21 from aaronkjones/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
aaronkjones authored Oct 31, 2018
2 parents fc1eb6e + 9da7267 commit d8c797a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions noobs-term.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ backup_dotfiles() {
done
cp -rf "$dotfiles_dir" "$dotfiles_dir.backup" 2>/dev/null || :
cp -f "$nvim_config" "$HOME/.config/nvim/init.vim.backup" 2>/dev/null || :
cp -rf "$HOME/.oh-my-zsh" "$HOME/.oh-my-zsh.backup"
cp -rf "$HOME/.oh-my-zsh" "$HOME/.oh-my-zsh.backup" 2>/dev/null || :
echo "Done"
}

Expand All @@ -87,7 +87,6 @@ install_dotfiles() {
mkdir -p "$HOME/.config/nvim"
fi
ln -s "$dotfiles_dir/init.vim" "$nvim_config"
echo "Done"
}

# backup and remove dotfiles
Expand Down Expand Up @@ -176,7 +175,6 @@ echo "Done"
echo
# install dotfiles
install_dotfiles
echo "Done"
echo
# zsh plugins
echo "Installing Zsh plugins..."
Expand Down

0 comments on commit d8c797a

Please sign in to comment.