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