From e419f323d060c94615abe97aba63777116f1e2b6 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Tue, 14 May 2024 17:18:40 -0400 Subject: [PATCH] readme 2024 yo --- README.md | 33 +++++++++------------------------ 1 file changed, 9 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 36fa6cf..6972e74 100644 --- a/README.md +++ b/README.md @@ -1,31 +1,16 @@ -# Nix +# Tyrel Dotfiles + + +## Debian -Install Nix and Home-Manager ```shell -$ 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 '' -A install +make install-just +just debian ``` -For Macos: +## Arch -Install nix-darwin ```shell -$ 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 . +make install-just +just arch ``` - - - -# 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```