After successfully install anaconda to manage the python environment on a Mac, conda command execution at the prompt returns: Ensure that the following is in .zshrc file.
What happened to the original terminal after you have installed iTerm2 with Powerlevel10K?
To prettify the terminal, we replaces the Mac builtin terminal with iTerm2 and Powerlevel10K. However, right after installation you might realized that your original terminal is broken like the following: The reason for the above is that we have the wrong font settings for the original terminal app. You see from the image that I […]
How to have nice and colorful Mac Terminal ~ Steps to configure iTerms2 and OMZ
Step 1 : Install iTerms2 Assuming that you already have homebrew installed. Run the following command: If you do not have homebrew, Download iTerms2 here. iTerms is a lot more colorful than the default terminal, with this download your terminal will looks much more alive. Step 2: Install Oh My Zsh Go to Oh My […]
Mystery resolved: Hugo sitemap.xml rendering localhost instead of domain name
Started playing around with Hugo over the weekend. It is really a super fast and well implemented rendering engine. When I deploy the website to the production environment and submit the sitemap to Google Search console, I get the following error: After checking the various locations, I realized that I will have to be very […]