Skip to content

Commit

Permalink
feat: Update dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
kpatryk committed Mar 5, 2024
1 parent 346f47e commit 3728e10
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
15 changes: 12 additions & 3 deletions playbook/tasks/install/dev_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
vars:
formula:
- gh # GitHub command-line tool
- git
- git # Version control system
- git-delta # Syntax-highlighting pager for git and diff output
- git-filter-repo # Quickly rewrite git repository history
- git-lfs
- git-lfs # Large file storage for Git
- gitup # Update multiple git repositories at once
- libgit2 # C library of Git core methods that is re-entrant and linkable
loop: "{{ formula }}"
Expand All @@ -18,12 +18,21 @@
- name: Install dev tools via formula
vars:
formula:
- bash
- bash # Bourne-Again SHell, a UNIX command interpreter
- bash-completion # Programmable completion for Bash
- bat # cat clone with syntax highlighting and Git integration
- cloc # Statistics utility to count lines of code
- direnv # Load/unload environment variables based on $PWD
- eza # Modern replacement for ls (fork of exa)
- fzf # Command-line fuzzy finder
- jq # Lightweight and flexible command-line JSON processor
- lsd # Modern replacement for ls
- ripgrep # Search tool for git, hg, and svn repositories
- shellcheck # Static analysis and lint tool, for (ba)sh scripts
- shfmt # Autoformat shell script source code
- yq # YAML processor
- thefuck # Magnificent app which corrects your previous console command
- zoxide # A faster way to navigate your filesystem
loop: "{{ formula }}"
community.general.homebrew:
name: "{{ item }}"
Expand Down
1 change: 0 additions & 1 deletion playbook/tasks/install/k8s_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
formula:
- fluxcd/tap/flux
- helm
- istioctl
- k9s
- kubectx
- minikube
Expand Down

0 comments on commit 3728e10

Please sign in to comment.