Skip to content

Nekroze/dotfiles

Repository files navigation

Goals

  • Solarize all the things
  • Vi keybinds
  • Minimalistic
  • Performant

Programs Supported

Usage

For now this repository must be cloned or linked to ~/.config/dotfiles to funcion:

 $ git clone https://github.com/Nekroze/dotfiles.git ~/.config/dotfiles

This repo is designed for nix-home but can be used without it.

 $ nix-env -f nix-home.nix -i nix-home

Link default.nix to your home directory like so:

 $ ln -s $PWD/default.nix ~/default.nix

Then rebuild with nix-home when this repo is updated:

 $ nix-home

The above will use default values however you may which to utilize laptop specific configs intsead of dekstop ones or specify your username, apply.sh can help you:

 $ ./apply.sh laptop taylorl

Notes

This sets up vim (and neovim) but does not actually install the plugins. You can do so by running the following command (replace vim with nvim if you use neovim):

 $ vim +PlugInstall +qall

About

User dotfiles for configuration, designed for nix-home management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published