Skip to content

danielorihuela/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

146 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. Apply configuration

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

    nix run .#bootstrap-linux-native # Only for linux with apt
    nix run .#build-config "config name"
        

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. For example:

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

About

My configuration files

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors