Go to file
Bo Jeanes 2745e6c515
Add 1password-shell-plugins
This allows wiring up certain commands (such as `gh`, `tea`, `aws`, etc)
to get credentials from 1Password.
2024-07-17 14:44:50 +10:00
.envrc A decent start... 2024-07-16 20:00:34 +10:00
.gitignore Add direnv integration 2024-07-16 23:51:41 +10:00
README.md A decent start... 2024-07-16 20:00:34 +10:00
flake.lock Add 1password-shell-plugins 2024-07-17 14:44:50 +10:00
flake.nix Add 1password-shell-plugins 2024-07-17 14:44:50 +10:00

README.md

Bo's Dot Files

Install

  • Install Nix, using determinate systems' installer:

    curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
    
  • First time run:

    nix run --extra-experimental-features "nix-command flakes"