Update gitignore and add mosh to Brewfile

This commit is contained in:
Sami Samhuri 2025-06-14 22:09:57 -07:00
parent dc4359eb0a
commit 112c00c584
No known key found for this signature in database
2 changed files with 4 additions and 14 deletions

View file

@ -9,6 +9,7 @@ brew 'direnv'
brew 'gh' brew 'gh'
brew 'jq' brew 'jq'
brew 'llm' brew 'llm'
brew 'mosh'
brew 'parallel' brew 'parallel'
brew 'rbenv' brew 'rbenv'
brew 'ripgrep' brew 'ripgrep'

View file

@ -6,21 +6,10 @@ Icon\?
.idea .idea
*.iml *.iml
# Xcode
*.pbxuser
!default.pbxuser
xcuserdata
*.xccheckout
*.moved-aside
# TextMate
.tm_properties
# Carthage
Carthage
# Visual Studio Code # Visual Studio Code
.vscode .vscode
# Bundler for Rubygems # Bundler for Rubygems
.bundle .bundle
claude-scratchpad