This repository contains all my dotfiles managed by chezmoi. Please note that this is my own personal dotfiles.
Fish 🐟 has to be installed. Add the following lines in your configuration.nix
# Shell app
programs.fish.enable = true;
users.defaultUserShell = pkgs.fish;
environment.shellAliases = lib.mkForce {};
Create a nix-shell with dependencies packages
nix-shell -p git chezmoi home-manager babelfish starship
And update your dotfiles
chezmoi init --apply https://github.com/SpiritLooper/dotfiles.git
chezmoi apply
command add dependencies packages automatically
Just run
chezmoi update