Skip to content

Commit

Permalink
Remove XCode from mas
Browse files Browse the repository at this point in the history
  • Loading branch information
pkissling committed May 10, 2024
1 parent 3053adc commit 759848d
Show file tree
Hide file tree
Showing 90 changed files with 4,457 additions and 1 deletion.
1 change: 0 additions & 1 deletion brew/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ mas "Monosnap", id: 540348655
mas "Numbers", id: 409203825
mas "Pages", id: 409201541
mas "Todoist", id: 585829637
mas "Xcode", id: 497799835
vscode "bradlc.vscode-tailwindcss"
vscode "davidanson.vscode-markdownlint"
vscode "dbaeumer.vscode-eslint"
Expand Down
2 changes: 2 additions & 0 deletions brew/Brewfile.work
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ brew "helm"
brew "helmfile"
brew "jesseduffield/lazydocker/lazydocker"
brew "libpq"
brew "php"
brew "[email protected]"
cask "android-platform-tools"
cask "aws-vault"
Expand All @@ -16,3 +17,4 @@ cask "postman"
cask "stats"
instance_eval(File.read(ENV['HOME'] + "/dotfiles/brew/Brewfile")) # include core Brefile
mas "EasyRes", id: 688211836
vscode "tauri-apps.tauri-vscode"
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

IF YOU ARE NOT REPORTING A REPRODUCIBLE BUG, PLEASE USE DISCUSSIONS
**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
Loading

0 comments on commit 759848d

Please sign in to comment.