Skip to content

mrsekut/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Note: Download the zip file from GitHub, since Git is not available during the initial setup. You can place it on the Desktop as the directory will be deleted after the setup.

install just

$ bash ./just-install.sh

install nix

$ just nix-install

Note: If just is not added to your PATH, you can run it directly using the full path. For example:

$ /Users/<username>/.local/bin/just nix-install

Note: If you already have bash or zsh, you may get an error.

  1. In that case, back up /etc/zshrc etc. according to the error message.
  2. After running $ just nix-uninstall, run $ just nix-install again.

apply

$ just nix-apply

Reference