

usr/local/bin is the most probable location. Ideally, you should install it somewhere in your PATH for easy use. This works well for shared hosts and other systems where you don’t have a privileged account. You don’t need to install it into a global location. Once downloaded, the binary can be run from anywhere. Quick Install Binary (Cross-platform)ĭownload the appropriate version for your platform from Hugo Releases.

See for the full set of supported combinations of target operating systems and compilation architectures. Hugo may also be compiled from source wherever the Go toolchain can run e.g., on other operating systems such as DragonFly BSD, OpenBSD, Plan 9, Solaris, and others.


Oh-my-posh has a very vibrant community and provide lots of different themes and plugins, I suggest you to visit oh-my-posh and give a try to couple of them.There is lots of talk about “Hugo being written in Go”, but you don’t need to install Go to enjoy Hugo. Import-Module PSColor Import-Module posh-git Import-Module oh-my-posh Set-Theme Agnoster Write the following command in your terminal:Ĭopy and paste these statements into the opened notepad window, save it and close it. To avoid that, let’s add the Import-Module and Set-Theme statements to the $PROFILE. The only downside is that if you open a new tab you need to re-enable all plugins and themes again, not good. Now the terminal provides you with a lot of handy information, I personally like the git plugin, it’s just hot🔥. Next we will install oh-my-posh itself and the supporting plugin posh-git, type following commands in your terminal: Install-Module posh-git -Scope CurrentUser Install-Module oh-my-posh -Scope CurrentUserĪs soon as installation is complete, let’s enable the plugins and set a nice looking theme: Import-Module posh-git Import-Module oh-my-posh Set-Theme Agnoster Unfortunately ohmyzsh supports Unix-like systems only, but have no fear, there’s an alternative for Windows: oh-my-posh 😏 For more information about how to customize PSColor, click here.įor those who were using terminal on Mac, probably aware of zsh (z shell) and the popular extension ohmyzsh, which comes with various plugins and themes. Now if you navigate to any folder and run ls command you’ll see that the list of files and directories are nicely highlighted. Install-Module PSColor -Scope CurrentUserĪfter the installation we need to enable the plugin: To install the plugin let’s run the following command: PSColor - Color plugin for PowerShell, provides simple but very handy color highlighting. Personally, it looks nice, but still, something is missing here.
