Skip to content

Dotfiles for neovim, etc. using nix

Notifications You must be signed in to change notification settings

csirianni/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

These are my dotfiles neovim, tmux, zsh, etc. on Linux.

Installation

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.

Making changes

If you modify the config, reload it via

just

Adding new packages

To install additional packages through Home Manager, append to the home.packages list in home.nix.

Debugging

nix: command not found

If nix is not found in your path when running ./start.sh, confirm that both $HOME and $USER are specified:

echo $HOME
echo $USER

The nix.sh script run after installation requires that both environment variables are defined.

About

Dotfiles for neovim, etc. using nix

Resources

Stars

Watchers

Forks