Skip to content

Commit

Permalink
October 2023 first sync
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomicera committed Oct 17, 2023
1 parent 1ab1e0f commit b73cd98
Show file tree
Hide file tree
Showing 9 changed files with 272 additions and 39 deletions.
5 changes: 4 additions & 1 deletion asdf/list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ helm
helmfile
istioctl
java
jsonnet
k9s
krew
kubectl
Expand All @@ -19,7 +20,6 @@ kustomize
maven
mongosh
nodejs
pipenv
postgres
python
shellcheck
Expand All @@ -28,7 +28,10 @@ sops
stern
terraform-docs
terraform
terraformer
terragrunt
tf-summarize
tflint
tfsec
yq
zoxide
6 changes: 3 additions & 3 deletions brew/casks.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
google-cloud-sdk
intellij-idea-ce
1password-cli
gitnuro
gittyup
maccy
meld
numi
postman
raycast
rectangle
stats
Expand Down
9 changes: 3 additions & 6 deletions brew/formulae.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
asdf
azure-cli
bat
derailed/popeye/popeye
docker-compose
fd
gh
git
git-filter-repo
gitui
gnupg
gobject-introspection
graphviz
grep
helmfile
htop
Expand All @@ -19,14 +16,14 @@ k9s
lazydocker
nano
nnn
padok-team/tap/tfautomv
pinentry-mac
postgresql@15
pre-commit
remake
romkatv/powerlevel10k/powerlevel10k
ruby
sponge
spotify-tui
telnet
terraformer
texlive
the_silver_searcher
Expand Down
30 changes: 3 additions & 27 deletions code/extensions.txt
Original file line number Diff line number Diff line change
@@ -1,40 +1,16 @@
4ops.terraform
bierner.markdown-emoji
bungcip.better-toml
adpyke.codesnap
eamodio.gitlens
EditorConfig.EditorConfig
foxundermoon.shell-format
GitHub.copilot
golang.go
Gruntfuggly.todo-tree
hashicorp.hcl
hashicorp.terraform
iliazeus.vscode-ansi
Jeff-Tian.tex-workshop
MellowMarshmallow.groovy
ms-python.isort
mindaro-dev.file-downloader
ms-python.python
ms-python.vscode-pylance
ms-toolsai.jupyter
ms-toolsai.jupyter-keymap
ms-toolsai.jupyter-renderers
ms-toolsai.vscode-jupyter-cell-tags
ms-toolsai.vscode-jupyter-slideshow
ms-vscode.makefile-tools
ms-vsliveshare.vsliveshare
mtxr.sqltools
recode4dev.jenkinsfile
redhat.java
NicolasVuillamy.vscode-groovy-lint
redhat.vscode-yaml
richie5um2.vscode-statusbar-json-path
techer.open-in-browser
tomoki1207.pdf
VisualStudioExptTeam.intellicode-api-usage-examples
VisualStudioExptTeam.vscodeintellicode
vscjava.vscode-java-debug
vscjava.vscode-java-dependency
vscjava.vscode-java-pack
vscjava.vscode-java-test
vscjava.vscode-maven
vscode-icons-team.vscode-icons
yzhang.markdown-all-in-one
35 changes: 34 additions & 1 deletion gems
Original file line number Diff line number Diff line change
@@ -1,44 +1,77 @@
addressable
bigdecimal
bundler
CFPropertyList
clocale
cmath
colorls
csv
date
dbm
did_you_mean
do
e2mmap
etc
fcntl
ffi
fiddle
filesize
fileutils
forwardable
forwardable-extended
google-protobuf
io-console
ipaddr
irb
jekyll-watch
json
kramdown
kramdown-parser-gfm
libxml-ruby
liquid
listen
logger
manpages
matrix
mercenary
mini_portile2
minitest
mutex_m
net-sftp
net-ssh
net-telnet
nokogiri
openssl
ostruct
pathutil
power_assert
prime
psych
public_suffix
racc
rainbow
rake
rb-fsevent
rb-inotify
rdoc
reline
rexml
rouge
rss
rubygems-update
safe_yaml
scanf
sdbm
shell
singleton
sqlite3
stringio
strscan
sync
terminal-table
test-unit
thwait
tracer
unicode-display_width
webrick
xmlrpc
zlib
115 changes: 115 additions & 0 deletions git/smartgit/22.1/preferences.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
actions:
cleanup: {gcIntervalDays: 0}
commit: {}
compare:
fileComparators:
- filePattern: '*.gif, *.png, *.jpg'
compareType: 2
externalFileCompare: {command: /usr/bin/open, parameters: '${file}'}
- filePattern: '*'
compareType: 0
externalFileCompare: {}
compareWithWorkingTree: false
showChooser: false
conflictSolver:
conflictSolvers:
- filePattern: '*'
useExternal: false
externalTool: {}
stash: {}
allowModificationOfPushedHistory: true
logSettings:
filterConfiguration: {}
comparePreviewSettings: {}
dateFormat: {datePattern: MM/dd/yyyy, timePattern: 'hh:mm a', showTimeForLastDays: true}
defaultViewSettings:
compareSettings:
textSettings: {whitespaces: 0}
git:
maxCount: 3
alternatives: ['${smartgit.install}/git/bin/git', /usr/bin/git]
executable: /usr/bin/git
ssh: {useOwnSshClient: false}
deepGit2: {}
globalTextComponentSettings:
font: {family: Monaco, size: 11}
actions: {focusNextChangeAfterTakingChange: false, tabToSpaces: false, homeEndToLineNotDocument: true,
smartHome: true, cursorLeftRightLimitToLine: true, smartEnterAutoIndent: true,
smartEnterIgnoreEmptyLinesForIndentation: true, smartEnterDeleteWhitespace: true}
syntaxHighlightingSettings:
entries:
- {language: ANTLR4, pattern: '*.g4'}
- {language: Basic, pattern: '*.basic, *.cbm, *.vb, *.vbs'}
- {language: C#, pattern: '*.cs'}
- {language: C(++), pattern: '*.c, *.cc, *.cpp, *.cxx, *.cyc, *.h, *.ino'}
- {language: CMake, pattern: '*.cmake'}
- {language: CSS, pattern: '*.css, *.css-kw, *.css-str'}
- {language: Clojure, pattern: '*.clj'}
- {language: Cmd, pattern: '*.bat, *.cmd'}
- {language: Dart, pattern: '*.dart'}
- {language: Embedded Ruby Template, pattern: '*.erb'}
- {language: Go, pattern: '*.go'}
- {language: HTML, pattern: '*.htm, *.html, *.xhtml'}
- {language: InnoSetup, pattern: '*.iss'}
- {language: JSON, pattern: '*.json'}
- {language: Java, pattern: '*.java'}
- {language: JavaScript/TypeScript, pattern: '*.javascript, *.js, *.ts'}
- {language: Kotlin, pattern: '*.kt'}
- {language: Mumps, pattern: '*.mumps'}
- {language: Nim, pattern: '*.nim'}
- {language: Objective-C, pattern: '*.m'}
- {language: PHP, pattern: '*.php, *.php3, *.php4, *.php5, *.phps, *.phtml'}
- {language: Pascal, pattern: '*.pas, *.pascal'}
- {language: Perl, pattern: '*.perl, *.pl, *.pm'}
- {language: Properties, pattern: '*.properties'}
- {language: Python, pattern: '*.cv, *.py, *.python, *.pyw'}
- {language: Ruby, pattern: '*.rb, *.ruby'}
- {language: Rust, pattern: '*.rc, *.rs, *.rust'}
- {language: SQL, pattern: '*.sql'}
- {language: Scala, pattern: '*.scala'}
- {language: Shell Script, pattern: '*.bash, *.bsh, *.csh, *.sh'}
- {language: Swift, pattern: '*.swift'}
- {language: V, pattern: '*.v'}
- {language: VHDL '93, pattern: '*.vhd, *.vhdl'}
- {language: XML, pattern: '*.csproj, *.mxml, *.storyboard, *.xib, *.xml'}
- {language: Yaml, pattern: '*.yaml, *.yml'}
- {language: Crystal, pattern: '*.cr'}
- {language: Groovy, pattern: '*.gradle, *.groovy'}
- {language: Zig, pattern: '*.zig'}
colors.light: {color-annotation: 11564032, color-attrib-name: 255, color-attrib-value: 32768,
color-comment: 8421504, color-pragma: 8547840, color-invalid: 16727871, color-keyword: 32768,
color-literal: 255, color-plain-text: 0, color-punctuation: 16721920, color-identifier: 0,
color-string: 12583104, color-tag: 128, color-type: 4227200}
colors.dark: {color-annotation: 13092749, color-attrib-name: 9291719, color-attrib-value: 12558303,
color-comment: 8421504, color-pragma: 13876905, color-invalid: 16744319, color-keyword: 10733475,
color-literal: 11184853, color-plain-text: 12566463, color-punctuation: 12561045,
color-identifier: 12632256, color-string: 14002901, color-tag: 10274701, color-type: 11513807,
foregroundText: 12632256, foregroundGutter: 12632256, foregroundWhitespace: 8421504,
foregroundTrailingWhitespace: 12624064, foregroundCompactSeparator: 7895160, backgroundEditable: 3157803,
backgroundReadOnly: 3157803, backgroundGutter: 4802111, backgroundCurrentLine: 7566169,
backgroundModified: 6694952, backgroundModifiedLight: 3878442, backgroundAdded: 2647608,
backgroundAddedLight: 3029550, backgroundRemoved: 2639718, backgroundRemovedLight: 3028023,
backgroundConflict: 8400896, backgroundConflictLight: 4468512, backgroundCompactSeparator: 3947580,
backgroundComment: 7299927, backgroundModifiedCS: 10047311, backgroundAddedCS: 5216610,
backgroundRemovedCS: 5207193, highlightCurrentLine: false}
colors.useDark: true
listx: {uid: x39597832768}
project: {}
uiSettings: {theme: auto, themeChanged: false, fileSearchPatternType: 1}
vcsRecords: {lastGitUsage: 1697533769940}
updateCheck: {prevCheckTime: 1697458024821, checkedBuild: 19285, mode: download, upgradeInstallation: false}
updateCheckDg: {}
proxy: {enabled: false, autoDetect: true}
spellCheck:
dictionaries:
- {name: en_US, file: '${smartgit.install}/dictionaries/en_US.dic', file.absolute: /Applications/SmartGit.app/Contents/Resources/dictionaries/en_US.dic}
deleted: false
activeDictionary: 0
lastUsedVersion: '22.1'
firstUsedTime: 1678626423290
tempDirs: [/var/folders/k7/rp7dtsg929s0svw93hx2bjc80000gn/T/smartgit17695622789717080373]
machineId: a2f808d0
warnForMissingMasterPassword: false
sendStacktraces2: false
sendUsageStats: false
upgradedFromVersion: '21.1'
29 changes: 29 additions & 0 deletions git/smartgit/22.1/tools.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
tools:
- id: openFile
name: Open File
fileStarter: {command: /usr/bin/open, parameters: '${filePath}'}
useForOpen: true
waitUntilFinished: false
filePattern: '*'
forFilesNotDirectories: true
- id: revealInFinder
name: Reveal in Finder
fileStarter: {command: /usr/bin/open, parameters: '--reveal ${filePath}'}
useForOpen: false
waitUntilFinished: true
filePattern: '*'
- id: openInTerminalSh
name: Open in Terminal
fileStarter: {command: '${smartGitDir}/Contents/Resources/open-terminal.sh', parameters: '${filePath}'}
useForOpen: true
waitUntilFinished: false
filePattern: '*'
forFilesNotDirectories: false
- id: editInTextEditor
name: Edit
fileStarter: {command: /usr/bin/open, parameters: '-t ${filePath}'}
useForOpen: true
waitUntilFinished: false
filePattern: '*'
forFilesNotDirectories: true
manuallyDeletedIds: []
Loading

0 comments on commit b73cd98

Please sign in to comment.