Skip to content

jerkydev/dotconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configs

My working environment configs

First Install

  1. Change hostname:

    sudo scutil --set HostName <new host name>
    sudo scutil --set LocalHostName <new host name>
    sudo scutil --set ComputerName <new name>
  2. Edit hostname in the nix file

  3. Turn FileVault off

  4. Install temporary just for single use

    curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /tmp
  5. Run command

    /tmp/just install
    rm -rf /tmp/just
  6. Turn FileVault on