mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-25 02:22:18 +00:00
Compare commits
No commits in common. "c8f2453a709d231f4da5d20016cd4c1d8a93414e" and "d6732fe48449013f750ca5f3a118472c349c5724" have entirely different histories.
c8f2453a70
...
d6732fe484
2 changed files with 1 additions and 3 deletions
|
@ -24,7 +24,6 @@
|
||||||
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,13 +8,12 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
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