Skip to content

Nirlep5252/epicvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EpicVim

Preview

image

Installation

Ensure that Nix is installed.

Quick Run

nix run github:nirlep5252/epicvim

Use it in your config

  1. Add the input to your flake.nix
{
  inputs = {
    epicvim.url = "github:nirlep5252/epicvim";
  };
}
  1. Add the package to your packages list
# home-manager
home.packages = [
  inputs.epicvim.packages."${pkgs.system}".default
];

# nixos-config
environment.systemPackages = [
  inputs.epicvim.packages."${pkgs.system}".default
];

Updating EpicVim

  1. Update the input in your flake.nix
nix flake update epicvim
  1. Rebuild your config
# if you are using home-manager
home-manager switch --flake <path-to-your-flake>

# if you are using nixos-config
nixos-rebuild switch --flake <path-to-your-flake>

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages