Skip to content

uesyn/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,576 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

my dotfiles

How to use

Standalone home-manager

# Install nix
$ curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-confirm

# Create config to use flake
$ mkdir -p ~/.config/nix
$ echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf

# Add nix-community cache
$ nix run nixpkgs#cachix -- use nix-community
$ nix run nixpkgs#cachix -- use numtide
$ nix-shell -p git curl home-manager
$ git clone https://github.com/uesyn/dotfiles.git
$ cd ./dotfiles
$ nix --extra-experimental-features nix-command --extra-experimental-features flakes run .#hm

or init flake

$ nix-shell -p git curl home-manager
$ mkdir path/to/empty/flake/dir
$ cd path/to/empty/flake/dir
$ nix flake init -t github:uesyn/dotfiles --refresh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors