POWERSHELL 7 - CHOOSE NEOVIM "STABLE" OR "TEST" CONFIG

  1. PowerShell 7 $profile In PowerShell 7, the $PROFILE variable represents the path to your profile script—a script that runs every time you start PowerShell (unless using -NoProfile).123 Typical locations for PowerShell 7 profile scripts: Current User, Current Host: $HOME\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 Current User, All Hosts: $HOME\Documents\PowerShell\profile.ps1 All Users, Current Host: $PSHOME\Microsoft.PowerShell_profile.ps1 ($PSHOME is usually C:\Program Files\PowerShell\7) All Users, All Hosts: $PSHOME\profile.ps1 To see all profile file locations in your session, use:

Read more

WINDOWS TERMINAL - CHOOSE NEOVIM "STABLE" OR "TEST" CONFIG

Neovim Windows Terminal profile with $env:NVIM_APPNAME To create a dedicated Neovim profile in Windows Terminal that automatically sets the $env:NVIM_APPNAME environment variable, you should customize your Windows Terminal settings.json to add a specific profile for Neovim with the appropriate environment variable. This allows you to launch Neovim with a separate config directory (profile) just by selecting the profile from the Windows Terminal dropdown—ideal for testing configs or keeping different setups isolated.

Read more

ABOUT

Hello, I’m Mladen! These are my notes ⚡⚡⚡

CREATE BLOG WITH HUGO

1 Quick start gohugo: Quick start Learn to create a Hugo site in minutes. In this tutorial you will: 1.1 Create a site 1.2 Add content 1.3 Configure the site Prerequisites Before you begin this tutorial you must: Install Hugo (==> hugo_extended_0.120.4_windows-amd64.zip) hugo version ==> v0.120.4 See: https://gohugo.io/commands/ and hugo help Install Git git –version git –help You must also be comfortable working from the command line. / gohugo: Basic usage /

Read more

WINDOWS TERMINAL

“Windows Terminal is a modern host application for the command-line shells you already love, like Command Prompt, PowerShell, and bash (via Windows Subsystem for Linux (WSL)).” These are my settings (Windows Terminal): “settings.json”

  1. How to use the command palette in Windows Terminal You can invoke the command palette by typing Ctrl+Shift+P. Command line mode If you’d like to enter a wt command into the command palette, you can do so by deleting the > character in the text box.

Read more