You can learn more about what Winget is over here. Install Blender using Winget Step 1. Open Command PromptYou can open the command prompt by pressing the Windows key + R and then typing in that window cmd.exe and press enter. Step 2. Run the install command shown below and press enter To install the LTS version of […]
Author Archives: Darryl Dias
I’m Darryl. I’m a 3D Artist, Programmer and Linux enthusiast. On this site I share my insights, tips and tricks, tutorials, methods and best practices.
Install Spotify using Winget
You can learn more about what Winget is over here. Install Spotify using Winget Step 1. Open Command PromptYou can open the command prompt by pressing the Windows key + R and then typing in that window cmd.exe and press enter. Step 2. Run the install command shown below and press enter The command above will download the […]
Set color scheme in Neovim (Lua)
To set a color scheme in Neovim using Lua add the following line to the init.lua file In the example above, I use Onedark as the color scheme, but you can use whatever you like.
Relative line number in Neovim (Lua)
To enable relative line number, add the following line to your init.lua. Save this file by doing a :w or Shift + z repeat z. The next time you open Neovim, you should see the relative line number enabled.
Install Office using Winget
To install Microsoft Office on Windows 10/11 using Winget you first need to ensure that you have Winget installed on the PC. To do this run the following command in a command prompt windows or windows terminal. If Winget is already installed this command will print the version number of Winget installed on the system. […]