Go to file
Tyrel Souza ade52e6936 stahp 2023-01-02 15:37:16 -05:00
_macos refactoring a bit 2023-01-02 10:54:36 -05:00
_ubuntu ubuntu works 2023-01-02 12:04:37 -05:00
home treesitter almost fixed 2023-01-02 15:37:07 -05:00
hosts more nvim configs 2023-01-02 15:15:50 -05:00
jobs maybe fixing fish 2023-01-01 23:33:29 -05:00
.gitignore homefiles 2023-01-01 20:08:14 -05:00
README.md Readme 2023-01-02 12:25:02 -05:00
rebuild-macos.sh ubuntu 2023-01-02 00:38:18 -05:00
rebuild-ubuntu.sh tree-sitter 2023-01-02 13:04:19 -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