Darryl Dias

05 Jul 2023 in tutorialslinuxneovim

Kickstart.nvim is a starter configuration for Neovim that is small, single-file and well-documented. You can use it as a starting point to create your custom configuration. I have been using it for a while now with a few changes.

Setting up Kickstart.nvim

Creating the config directory (Skip this...

Continue Reading →

04 Jul 2023 in ubuntulinuxtutorials

If you have an unattended Ubuntu desktop or server running an old or non-long-term release, it’s time to upgrade to the current generally available release. Follow this guide to upgrade from End Of Life to General Availability.

You can check what release of Ubuntu you have installed by running the...

Continue Reading →

02 Jul 2023 in blenderwindowstutorials

You can learn more about what Winget is over here.

Install Blender using Winget

Step 1. Open Command Prompt
You 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...

Continue Reading →

08 May 2023 in linuxtutorialswindows
You can learn more about what Winget is over [here](https://darryldias.me/2022/what-is-windows-package-manager/). Install Spotify using Winget **Step 1**. Open Command Prompt You can open the command prompt by pressing the Windows key + R and then typing in that window `cmd.exe` and press enter....

Continue Reading →

16 Mar 2023 in neovimtutorials

To set a color scheme in Neovim using Lua add the following line to the init.lua file

vim.cmd [[colorscheme onedark]]

In the example above, I use Onedark as the color scheme, but you can use whatever you like.

Read more on how to Kickstart Neovim here

Continue Reading →