Skip to content

Commit

Permalink
chore(brewfile): Install Slack
Browse files Browse the repository at this point in the history
I started using it for communicating.
  • Loading branch information
5ouma committed Dec 6, 2024
1 parent dee4cd4 commit 2f7c19a
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 25 deletions.
1 change: 1 addition & 0 deletions data/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ cask "qlmarkdown"
cask "raycast"
cask "readdle-spark"
cask "rhythm-quest"
cask "slack"
cask "spotify"
cask "steam"
cask "suspicious-package"
Expand Down
53 changes: 28 additions & 25 deletions data/keyboard_shortcuts.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,36 @@
{
"jp.naver.line.mac": {
"Hide LINE": "⌘W"
},
"com.apple.mail": {
"Get New Mail": "⌘R",
"Hide Mail": "⌘W"
"notion.id": {
"Hide Notion": "⌘W",
"Show Next Tab": "⌥]",
"Show Previous Tab": "⌥["
},
"com.hnc.Discord": {
"Hide Discord": "⌘W"
"com.edisonmail.edisonmail": {
"Check for Mail…": "⌘R",
"Hide Email": "⌘W"
},
"com.TickTick.task.mac": {
"Hide TickTick": "⌘W",
"Sync": "⌘R"
},
"com.apple.Music": {
"Hide Music": "⌘W"
},
"com.figma.Desktop": {
"Select Next Tab": "⌥]",
"Select Previous Tab": "⌥["
},
"com.apple.mail": {
"Get New Mail": "⌘R",
"Hide Mail": "⌘W"
},
"com.apple.Preview": {
"Export As…": "⌘E"
},
"com.edisonmail.edisonmail": {
"Check for Mail…": "⌘R",
"Hide Email": "⌘W"
"com.tinyspeck.slackmacgap": {
"Hide Slack": "⌘W"
},
"com.1password.1password": {
"Hide 1Password": "⌘W"
},
"com.apple.ActivityMonitor": {
"Filter Processes": "⌘F",
Expand All @@ -33,24 +45,15 @@
"Volume Down": "",
"Volume Up": ""
},
"notion.id": {
"Hide Notion": "⌘W",
"Show Next Tab": "⌥]",
"Show Previous Tab": "⌥["
},
"com.1password.1password": {
"Hide 1Password": "⌘W"
},
"com.apple.Music": {
"Hide Music": "⌘W"
},
"com.apple.podcasts": {
"Hide Podcasts": "⌘W",
"Rewind 15 sec": "",
"Skip 10 sec": ""
},
"com.figma.Desktop": {
"Select Next Tab": "⌥]",
"Select Previous Tab": "⌥["
"com.hnc.Discord": {
"Hide Discord": "⌘W"
},
"jp.naver.line.mac": {
"Hide LINE": "⌘W"
}
}
5 changes: 5 additions & 0 deletions data/login_items.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
"Path": "/Applications/RunCat.app",
"Hidden": false
},
{
"Name": "Slack",
"Path": "/Applications/Slack.app",
"Hidden": false
},
{
"Name": "Spark Desktop",
"Path": "/Applications/Spark Desktop.app",
Expand Down
2 changes: 2 additions & 0 deletions data/lporg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ apps:
- Aseprite
- Blender
- Discord
- Slack
- Steam
- Rhythm Quest Demo
- folder: Resident Apps
Expand Down Expand Up @@ -134,6 +135,7 @@ dock_items:
- ""
- /Applications/Arc.app
- /Applications/Discord.app
- /Applications/Slack.app
- /Applications/LINE.app
- /System/Applications/Mail.app
- /Applications/Spark Desktop.app
Expand Down

0 comments on commit 2f7c19a

Please sign in to comment.