Go to file
Tyrel Souza de0fdcdadd fishy 2023-01-02 00:58:03 -05:00
_macos move to macos dir 2023-01-02 00:04:28 -05:00
_ubuntu ubuntu 2023-01-02 00:38:18 -05:00
home fishy 2023-01-02 00:58:03 -05:00
hosts/ts-tl-mbp fishy 2023-01-02 00:58:03 -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 00:13:43 -05:00
rebuild-macos.sh ubuntu 2023-01-02 00:38:18 -05:00
rebuild-ubuntu.sh ubuntu 2023-01-02 00:38:18 -05:00

README.md

Nix

Install Nix and Home-Manager

$ 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

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