These are my dotfiles neovim, tmux, zsh, etc. on Linux.
Run the start script to install the required packages and load the config.
cd dotfiles
./start.sh
You may need to restart the terminal.
Note: The script does not change your default shell. If you want to switch from Bash to Zsh, you’ll need to update your shell manually.
If you modify the config, reload it via
justTo install additional packages through Home Manager, append to the home.packages list in
home.nix.
If nix is not found in your path when running ./start.sh, confirm that both $HOME and $USER
are specified:
echo $HOME
echo $USERThe nix.sh script run after installation requires that both environment variables are defined.