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 'gh'
|
||||||
brew 'jq'
|
brew 'jq'
|
||||||
brew 'llm'
|
brew 'llm'
|
||||||
|
brew 'mosh'
|
||||||
brew 'parallel'
|
brew 'parallel'
|
||||||
brew 'rbenv'
|
brew 'rbenv'
|
||||||
brew 'ripgrep'
|
brew 'ripgrep'
|
||||||
|
|
|
||||||
15
gitignore
15
gitignore
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue