Finishing

Catppuccin

Bat

To include the new syntax highlighting theme, rebuild bat's cache:

bat cache --build

To check if the Catppuccin theme is now available:

# the output should be Catppuccin Mocha
bat --list-themes | rg "Catppuccin"

Firefox

To apply Catppuccin Mocha Mauve color theme to firefox simply click here

Neovim

To fetch Neovim configuration, simply launch it:

nvim

To include the api-key for the WakaTime plugin:

# launch the website and copy the api key
start https://wakatime.com/api-key
# run the following cmd inside neovim and paste the key
WakaTimeApiKey

Yazi

To fetch the plugins using Yazi package manager:

ya pack -i
ya pack -u

Note: This will install and update the plugins according to the yazi/package.toml file.