mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-24 18:12:18 +00:00
Compare commits
2 commits
d6732fe484
...
c8f2453a70
Author | SHA1 | Date | |
---|---|---|---|
c8f2453a70 | |||
deaef3cacc |
2 changed files with 3 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
||||||
powershell # Powershell
|
powershell # Powershell
|
||||||
pssh # Parallel SSH
|
pssh # Parallel SSH
|
||||||
python3 # Python 3
|
python3 # Python 3
|
||||||
|
rsync # Remote sync
|
||||||
tldr # TLDR pages
|
tldr # TLDR pages
|
||||||
unzip # unzip it
|
unzip # unzip it
|
||||||
zip # zip it
|
zip # zip it
|
||||||
|
|
|
@ -8,12 +8,13 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
android-tools # Android SDK
|
||||||
awscli # AWS CLI
|
awscli # AWS CLI
|
||||||
|
envsubst # Envvar substitution for Go
|
||||||
google-cloud-sdk # GCP CLI
|
google-cloud-sdk # GCP CLI
|
||||||
hugo # Static site generator
|
hugo # Static site generator
|
||||||
kubectl # Container wrangler
|
kubectl # Container wrangler
|
||||||
nil # Nix LSP
|
nil # Nix LSP
|
||||||
# nix-inspect # See which pkgs are in your Path
|
|
||||||
nixfmt # Nix formatter
|
nixfmt # Nix formatter
|
||||||
packer # Hashicorp packer
|
packer # Hashicorp packer
|
||||||
terraform # Hashicorp terraform
|
terraform # Hashicorp terraform
|
||||||
|
|
Loading…
Reference in a new issue