mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 18:30:13 +00:00
nvim: cmp and telescope
This commit is contained in:
@ -24,6 +24,7 @@ cask "hammerspoon"
|
||||
# Fonts
|
||||
tap "homebrew/cask-fonts"
|
||||
cask "font-fira-mono-for-powerline"
|
||||
cask "font-fira-mono-nerd-font"
|
||||
|
||||
# Personal
|
||||
cask "authy" # Authentication
|
||||
|
@ -1,6 +1,7 @@
|
||||
# DevOps Packages
|
||||
|
||||
tap "nmasur/repo"
|
||||
tap "hashicorp/tap"
|
||||
|
||||
brew "ansible" # Deploy to local server
|
||||
brew "terraform" # Deploy cloud infra
|
||||
@ -9,3 +10,5 @@ brew "awscli" # AWS API tools
|
||||
brew "kubectl" # Kubernetes CLI
|
||||
brew "k9s" # Kubernetes TUI
|
||||
brew "nmasur/repo/drips" # Retrieve AWS IPs
|
||||
brew "hashicorp/tap/terraform-ls"
|
||||
brew "tflint"
|
||||
|
Reference in New Issue
Block a user