mirror of
				https://github.com/nmasur/dotfiles
				synced 2025-11-04 15:13:16 +00:00 
			
		
		
		
	rewrite brew bundle file
This commit is contained in:
		@@ -1,5 +1,9 @@
 | 
			
		||||
# Homebrew Installations
 | 
			
		||||
 | 
			
		||||
tap "nmasur/repo"
 | 
			
		||||
tap "cjbassi/ytop"
 | 
			
		||||
tap "superfly/tap"
 | 
			
		||||
 | 
			
		||||
brew "fish"                          # My shell
 | 
			
		||||
brew "neovim"                        # My editor
 | 
			
		||||
brew "git"                           # Latest git
 | 
			
		||||
@@ -38,26 +42,12 @@ brew "gh"          # GitHub commands
 | 
			
		||||
brew "pandoc"                        # Document converter
 | 
			
		||||
brew "awscli"                        # AWS API tools
 | 
			
		||||
brew "kubectl"                       # Kubernetes CLI
 | 
			
		||||
 | 
			
		||||
# Personal
 | 
			
		||||
tap "nmasur/repo"                     # My repo
 | 
			
		||||
brew "nmasur/repo/drips"              # Retrieve AWS IPs
 | 
			
		||||
brew "nmasur/repo/update-ssh-config"  # Update .ssh/config
 | 
			
		||||
 | 
			
		||||
# Experimental
 | 
			
		||||
tap "cjbassi/ytop"       # Fancy system performance
 | 
			
		||||
brew "cjbassi/ytop/ytop"
 | 
			
		||||
brew "cjbassi/ytop/ytop"             # Fancy system performance
 | 
			
		||||
brew "haskell-stack"                 # Latest version of Haskell
 | 
			
		||||
brew "noti"                          # Create system notifications
 | 
			
		||||
brew "kakoune"                       # Modal editor
 | 
			
		||||
brew "b2-tools"                      # BackBlaze B2 storage
 | 
			
		||||
brew "k9s"                           # Kubernetes TUI
 | 
			
		||||
tap "superfly/tap"
 | 
			
		||||
brew "superfly/tap/flyctl"
 | 
			
		||||
 | 
			
		||||
# Not Installed
 | 
			
		||||
# pulumi
 | 
			
		||||
# awscli
 | 
			
		||||
# saulpw/vd/visidata
 | 
			
		||||
# brew tap weaveworks/tap && brew install weaveworks/tap/eksctl (EKS on AWS)
 | 
			
		||||
 | 
			
		||||
brew "superfly/tap/flyctl"           # Fly.io CLI
 | 
			
		||||
brew "nmasur/repo/drips"             # Retrieve AWS IPs
 | 
			
		||||
brew "nmasur/repo/update-ssh-config" # Update .ssh/config
 | 
			
		||||
 
 | 
			
		||||
@@ -24,6 +24,7 @@ Plug 'jreybert/vimagit'                             " Git 'gui' buffer
 | 
			
		||||
Plug 'airblade/vim-gitgutter'                       " Git next to line numbers
 | 
			
		||||
Plug 'tpope/vim-fugitive'                           " Other git commands
 | 
			
		||||
Plug 'machakann/vim-highlightedyank'                " Highlight text when copied
 | 
			
		||||
Plug 'godlygeek/tabular'                            " Spacing and alignment
 | 
			
		||||
Plug 'itchyny/lightline.vim'                        " Status bar
 | 
			
		||||
Plug 'tpope/vim-vinegar'                            " Fixes netrw file explorer
 | 
			
		||||
Plug 'lambdalisue/fern.vim'                         " File explorer / project drawer
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user