Skip to content

danielorihuela/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

120 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This repository contains all the tools and configs that I like using on my computers.

I use Nix to replicate my environment on multiple OS.

Apply configuration

  1. Install nix with Nix installer
    curl --proto '=https' --tlsv1.2 -sSf -L https://artifacts.nixos.org/experimental-installer | sh -s -- install
        
  2. Create shell with just
    nix shell nixpkgs#just
        
  3. Apply configuration

    In macos, remember to give “Full Disk Access” to nix.

    just build-config "config"
        

    This will transparently install the tools required to apply the config on the current OS.

    On linux, this will install:

    On macos, this will install:

That’s it. When applying a configuration, take into account that some changes will only take effect after you log out and log back in.

  • Display GUI applications on the menu
  • Activate the configured shell

About

My configuration files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published