Update gitignore and add mosh to Brewfile
This commit is contained in:
parent
dc4359eb0a
commit
112c00c584
2 changed files with 4 additions and 14 deletions
1
Brewfile
1
Brewfile
|
|
@ -9,6 +9,7 @@ brew 'direnv'
|
|||
brew 'gh'
|
||||
brew 'jq'
|
||||
brew 'llm'
|
||||
brew 'mosh'
|
||||
brew 'parallel'
|
||||
brew 'rbenv'
|
||||
brew 'ripgrep'
|
||||
|
|
|
|||
17
gitignore
17
gitignore
|
|
@ -6,21 +6,10 @@ Icon\?
|
|||
.idea
|
||||
*.iml
|
||||
|
||||
# Xcode
|
||||
*.pbxuser
|
||||
!default.pbxuser
|
||||
xcuserdata
|
||||
*.xccheckout
|
||||
*.moved-aside
|
||||
|
||||
# TextMate
|
||||
.tm_properties
|
||||
|
||||
# Carthage
|
||||
Carthage
|
||||
|
||||
# Visual Studio Code
|
||||
.vscode
|
||||
|
||||
# Bundler for Rubygems
|
||||
.bundle
|
||||
.bundle
|
||||
|
||||
claude-scratchpad
|
||||
|
|
|
|||
Loading…
Reference in a new issue