Skip to content

Instantly share code, notes, and snippets.

View nishantwrp's full-sized avatar
🧑‍🎨
Artist

Nishant Mittal nishantwrp

🧑‍🎨
Artist
View GitHub Profile
@nishantwrp
nishantwrp / TERMINAL.md
Last active March 9, 2024 15:47
Setup Yakuake + Oh-my-zsh + Agnoster in Ubuntu

Yakuake + oh-my-zsh + agnoster

Getting bored of the default terminal in ubuntu, I decided to change my terminal and came up with this.


Instructions to set up this terminal

Install zsh

  • sudo apt install zsh

Make zsh your default terminal

@nishantwrp
nishantwrp / lvim-cursor-fix.md
Created February 18, 2023 20:24
Fixing cursor change in lunar vim

Problem

Entering lunarvim changes the default cursor type of terminal.

Solution:

Add the following lines to your config.lua

lvim.autocommands = {
  {
 "VimLeave",