Skip to content

Commit

Permalink
feat: move scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas committed Aug 30, 2023
1 parent d6c42ae commit 5bc45f6
Show file tree
Hide file tree
Showing 12 changed files with 3,102 additions and 2,078 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ shell/zsh/**/**.zwc.old
shell/zsh/.zim

# Private Stuff
/**/**/private-*
/scripts/private
/scripts/codely
1 change: 0 additions & 1 deletion editors/code/extensions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ eamodio.gitlens
GitHub.copilot
GitHub.vscode-pull-request-github
GrapeCity.gc-excelviewer
hansu.git-graph-2
mechatroner.rainbow-csv
miguelsolorio.fluent-icons
miguelsolorio.symbols
Expand Down
2 changes: 1 addition & 1 deletion modules/private
27 changes: 8 additions & 19 deletions os/mac/brew/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ tap "denisidoro/tools"
tap "github/gh"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-drivers"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
Expand All @@ -26,7 +25,6 @@ brew "webp"
brew "jpeg-xl"
brew "aom"
brew "apr"
brew "ca-certificates"
brew "apr-util"
brew "m4"
brew "autoconf"
Expand All @@ -39,15 +37,10 @@ brew "freetype"
brew "fontconfig"
brew "pcre2"
brew "glib"
brew "libffi"
brew "libpthread-stubs"
brew "xorgproto"
brew "libxcb"
brew "libx11"
brew "libxext"
brew "openssl@1.1"
brew "readline"
brew "python@3.9"
brew "cairo"
brew "choose-gui"
brew "cjson"
Expand All @@ -70,7 +63,6 @@ brew "php"
brew "composer"
brew "coreutils"
brew "dav1d"
brew "docker", link: false
brew "duf"
brew "libgit2"
brew "exa"
Expand Down Expand Up @@ -149,8 +141,10 @@ brew "imagemagick"
brew "jemalloc"
brew "jid"
brew "jpegoptim"
brew "libffi"
brew "proj"
brew "libgeotiff"
brew "libpthread-stubs"
brew "librsvg"
brew "libslirp"
brew "libssh"
Expand All @@ -172,21 +166,22 @@ brew "nspr"
brew "nss"
brew "openblas"
brew "openjdk@11"
brew "openssl@1.1"
brew "p7zip"
brew "perl"
brew "php@7.4"
brew "php@8.1"
brew "pinentry-mac"
brew "qemu"
brew "podman"
brew "poppler"
brew "protobuf"
brew "protobuf", link: false
brew "python@3.10"
brew "python@3.11"
brew "python@3.9"
brew "rust"
brew "shellcheck"
brew "shfmt"
brew "six"
brew "six", link: false
brew "sl"
brew "tcl-tk"
brew "telnet"
Expand All @@ -211,28 +206,24 @@ brew "koekeishiya/formulae/skhd"
brew "stripe/stripe-cli/stripe"
brew "yqrashawn/goku/goku"
brew "yt-dlp/taps/yt-dlp"
cask "ace-link"
cask "adobe-creative-cloud"
cask "cloudflare-warp"
cask "contexts"
cask "crossover"
cask "discord"
cask "displaylink"
cask "docker"
cask "elgato-control-center"
cask "elgato-stream-deck"
cask "enjoyable"
cask "figma"
cask "free-download-manager"
cask "google-chrome"
cask "google-drive"
cask "grandperspective"
cask "handbrake"
cask "iterm2-nightly"
cask "jetbrains-toolbox"
cask "karabiner-elements"
cask "linearmouse"
cask "logi-options-plus"
cask "notion"
cask "obs"
cask "qlmarkdown"
cask "rar"
cask "raycast"
Expand All @@ -247,7 +238,6 @@ mas "Bitwarden", id: 1352778147
mas "Final Cut Pro", id: 424389933
mas "GarageBand", id: 682658836
mas "Gifski", id: 1351639930
mas "Keepa - Price Tracker", id: 1533805339
mas "Keynote", id: 409183694
mas "Numbers", id: 409203825
mas "Taiko no Tatsujin Pop Tap Beat", id: 1463360242
Expand All @@ -260,7 +250,6 @@ vscode "eamodio.gitlens"
vscode "GitHub.copilot"
vscode "GitHub.vscode-pull-request-github"
vscode "GrapeCity.gc-excelviewer"
vscode "hansu.git-graph-2"
vscode "mechatroner.rainbow-csv"
vscode "miguelsolorio.fluent-icons"
vscode "miguelsolorio.symbols"
Expand Down
Loading

0 comments on commit 5bc45f6

Please sign in to comment.