Skip to content

Just some configs I like so I don't have to keep recreating them

Notifications You must be signed in to change notification settings

nbelakovski-mssm/configs

 
 

Repository files navigation

molokai fixes issue with parenthesis matching

robbyrussell is my customization to the default oh-my-zsh theme

To install:

  • Install nix home manager
  • symlink ~/.config/home-manager/home.nix to the relevant nix file in here
  • Add nixpkgs-unstable as a channel: nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs-unstable
  • home-manager switch
  • On Mac: edit /etc/shells to add the nix bash shell at ~/.nix-profile/bin/bash as one of the allowable ones and then run chsh -s ~/.nix-profile/bin.bash
  • For some reason I had to manually install vimplug and then run :PlugInstall to get vim to work
  • cp .profile into ~. I choose to do this step manually since other programs might alter .profile so I don't want to make it read only.

About

Just some configs I like so I don't have to keep recreating them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 51.1%
  • Nix 37.8%
  • Shell 8.8%
  • Makefile 2.3%