Compare commits

...

3 Commits

Author SHA1 Message Date
Dave Gallant
cc5b9bb2c7 Add atuin for shell history 2024-02-23 08:55:00 -05:00
Dave Gallant
cf545a0f91 nix flake update: 2024-02-23 12:43:19 UTC
• Updated input 'darwin':
    'github:lnl7/nix-darwin/0e6857fa1d632637488666c08e7b02c08e3178f8' (2024-02-18)
  → 'github:lnl7/nix-darwin/314a36d99b507892b598da72d0f9d78db084cec9' (2024-02-23)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/526d051b128b82ae045a70e5ff1adf8e6dafa560' (2024-02-20)
  → 'github:NixOS/nixpkgs/3cb4ae6689d2aa3f363516234572613b31212b78' (2024-02-22)
2024-02-23 07:43:19 -05:00
Dave Gallant
809dc7c2be Add pull to nix-flake-update.sh 2024-02-23 07:42:08 -05:00
4 changed files with 9 additions and 10 deletions

12
flake.lock generated
View File

@@ -30,11 +30,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1708231718, "lastModified": 1708655464,
"narHash": "sha256-IZdieFWvhBkxoOFMDejqLUYqD94WN6k0YSpw0DFy+4g=", "narHash": "sha256-dhi3XXT662o1FtP/Li2dIwcQCco6nhT+Yv71dptTlSw=",
"owner": "lnl7", "owner": "lnl7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "0e6857fa1d632637488666c08e7b02c08e3178f8", "rev": "314a36d99b507892b598da72d0f9d78db084cec9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -220,11 +220,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1708440434, "lastModified": 1708566995,
"narHash": "sha256-XY+B9mbhL/i+Q6fP6gBQ6P76rv9rWtpjQiUJ+DGtaUg=", "narHash": "sha256-e/THimsoxxMAHSbwMKov5f5Yg+utTj6XVGEo24Lhx+0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "526d051b128b82ae045a70e5ff1adf8e6dafa560", "rev": "3cb4ae6689d2aa3f363516234572613b31212b78",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -146,11 +146,9 @@ in {
alias xdg-open=open alias xdg-open=open
fi fi
# helm
source <(helm completion zsh) source <(helm completion zsh)
# kubectl
source <(kubectl completion zsh) source <(kubectl completion zsh)
eval "$(atuin init zsh)"
# kubecolor # kubecolor
source <(kubectl completion zsh) source <(kubectl completion zsh)
@@ -363,7 +361,6 @@ in {
fzf = { fzf = {
enable = true; enable = true;
enableZshIntegration = true;
}; };
nixvim = { nixvim = {

View File

@@ -24,6 +24,7 @@ in {
zip zip
# modern cli # modern cli
atuin
bat bat
eza eza
fd fd

View File

@@ -1,5 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
git pull
update_msg=$(nix flake update 2>&1 | grep -v 'warning:') update_msg=$(nix flake update 2>&1 | grep -v 'warning:')
make make
git add . git add .