Go to file
Tyrel Souza b2f580cb96
cleanu p
2024-01-30 14:49:02 -05:00
__archive lots of dot changes 2023-09-27 16:31:31 -04:00
home cleanu p 2024-01-30 14:49:02 -05:00
hosts fixup and removing some nix stuff 2023-10-25 22:38:00 -04:00
.gitignore lots of dot changes 2023-09-27 16:31:31 -04:00
Makefile adding my first debian box 2023-01-17 18:19:04 -05:00
README.md Readme 2023-01-02 12:25:02 -05:00
all.lua more nvim 2023-11-17 13:03:55 -05:00
justfile prune 2023-11-16 12:20:56 -05:00
setup.sh cleanu p 2024-01-30 14:49:02 -05:00

README.md

Nix

Install Nix and Home-Manager

$ export NIX_PATH=nixpkgs=/nix/var/nix/profiles/per-user/tyrel/channels/nixpkgs:/nix/var/nix/profiles/per-user/tyrel/channels
$ nix-channel --add https://nixos.org/channels/nixos-22.11 nixos
$ nix-channel --add https://github.com/nix-community/home-manager/archive/release-22.11.tar.gz home-manager 
$ nix-channel --update
$ nix-shell '<home-manager>' -A install

For Macos:

Install nix-darwin

$ nix-channel --add https://github.com/LnL7/nix-darwin/archive/master.tar.gz darwin 
$ nix-channel --update
$ nix-build https://github.com/LnL7/nix-darwin/archive/master.tar.gz -A installer
$ ./result/bin/darwin-installer
$ ./result/sw/bin/darwin-rebuild switch --flake .

How To

Clone the repository, then symlink ln -s each file to the dotted version in your homedirectory.

ex:

ln -s dotfiles/shell_funcs ~/.shell_funcs