mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 02:40:14 +00:00
Fish nvim setup with colors
This commit is contained in:
@ -1,8 +1,12 @@
|
||||
tap "homebrew/cask"
|
||||
|
||||
# Shells
|
||||
brew "fish"
|
||||
|
||||
# Shell Navigation
|
||||
brew "exa"
|
||||
brew "tmux"
|
||||
brew "autojump"
|
||||
|
||||
# Shell Completion
|
||||
brew "tldr"
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Core Applications
|
||||
cask "iterm2"
|
||||
cask "alacritty"
|
||||
cask "google-chrome"
|
||||
|
||||
# Work Programs
|
||||
@ -8,6 +9,10 @@ cask "zoomus"
|
||||
cask "onepassword"
|
||||
cask "dropbox"
|
||||
|
||||
# Fonts
|
||||
tap "homebrew/cask-fonts"
|
||||
cask "font-fira-mono-for-powerline"
|
||||
|
||||
# Secondary Tools
|
||||
cask "docker"
|
||||
cask "github-desktop"
|
||||
|
Reference in New Issue
Block a user