My dotfiles
Find a file
Nikos Papadakis 685cbac5c9
dotfiles
2023-12-20 23:01:28 +02:00
fish fish 2023-10-19 17:33:18 +03:00
foot nix 2023-09-25 00:23:23 +03:00
nvim dotfiles 2023-12-20 23:01:28 +02:00
.editorconfig nix 2023-09-25 00:23:23 +03:00
.gitignore fish 2023-09-12 00:58:24 +03:00
.luarc.json initial commit 2023-01-01 16:16:21 +02:00
flake.lock nvim 2023-12-19 21:38:37 +02:00
flake.nix nix 2023-10-28 15:17:40 +03:00
home.nix nvim 2023-12-19 21:38:37 +02:00
lazy-lock.json nvim 2023-11-02 19:03:16 +02:00
LICENSE initial commit 2023-01-01 16:16:21 +02:00
README.md Update README 2023-10-28 14:43:25 +03:00

Dotfiles

Usage

Either copy and paste anything you like, or use Nix home-manager (recommended)

  • Clone the repository (e.g into ~/.dotfiles) and cd into it (cd ~/.dotfiles)
  • Install Nix with flakes enabled
  • Edit flakes.nix, home.nix to your liking (add/remove packages, configs, etc.)
  • Double check your nix config, you'll probably want to edit them for yourself, especially things like the git config
  • On your first run: nix run home-manager/master -- switch --flake ~/.dotfiles
  • On subsequent runs: home-manager switch --flake ~/.dotfiles