Well let's get started ...
First of all is to install the zsh, if you have not done it I will invite you to do it with the following command, you should have homebrew previously installed to install "zsh" if you do not know how to do it, leave it to me in a comment and I will write another Article about how to do it correctly without any type of error. It should be noted that they must have a more or less updated version of macOS since if not, the brew installer may present certain problems when trying to install a package, since the brew does not support, so to speak, in a way that your system installs packages in older versions of macOS
If you are using linux you can use the same command that I will leave later to customize your zsh ... So, let's get started.
The second thing we have to do is go directly to the page that I will leave you here in this article where I will also leave you the command to use without having to fly and jump to the page that contains the necessary command to install the zsh theme that we are going to to be using, and that command is the following:
- IF you want to do it via CURL, this is the command:
- sh -c "$ (curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- If what you want to do is install it via WGET, this is the command:
- sh -c "$ (wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
With this command, and yes, with this simple command we will already have part of the zsh set, if we wanted to set it better we would have to follow other steps that I will determine here, the first thing is to download the "powerlevel10k" which is the most complete customizer that I have found, the only thing you have to do is go to the powerlevel10k github
It should be remembered or clarified that before all this process so that the terminal can be set correctly with all the colors and icons that may appear it is necessary to download the hacknerdfonts that I will leave the link here below so that they can download them, they just have to go to downloads and then go down until you find the hacknerdfonts, download and unzip them and move them to the / Library / fonts folder, and they would already be installed, and we only need to select them in our terminal, either the default terminal or the iterm2.
Enjoy the grand!.

Post a Comment
Comments here, cracks!