Skip to content

Commit

Permalink
feat: add cask packages (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdicopter authored Jan 10, 2023
1 parent 52462a1 commit 252f1d5
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .chezmoiignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
README.md
CHANGELOG.md
install.sh
.git/
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Mehdi MAHFOUDI
Copyright (c) 2023 Mehdi MAHFOUDI

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,21 @@ On a brand new machine launch this script :
```sh
curl -fsSL https://raw.githubusercontent.com/mehdicopter/dotfiles/main/install.sh | bash
```

## Packages

### Casks

- [1password](https://1password.com/) - Password manager
- [Alfred](https://www.alfredapp.com/) - Productivity tool
- [f.lux](https://justgetflux.com/) - Adapts the color of the screen
- [iTerm2](https://iterm2.com/) - Replacement for Terminal
- [KeepingYouAwake](https://keepingyouawake.app/) - Prevents your Mac from going to sleep
- [Signal](https://signal.org/) - Messaging app
- [WhatsApp](https://www.whatsapp.com/) - Messaging app
- [Spotify](https://www.spotify.com/) - Music, Podcasts
- [VLC](https://www.videolan.org/) - Video player
- [Transmission](https://transmissionbt.com/) - Bittorrent client
- [Rectangle](https://rectangleapp.com/) - Resize windows
- [Slack](https://slack.com/) - Messaging app for business
- [Visual Studio Code](https://code.visualstudio.com/) - Code Editor
20 changes: 20 additions & 0 deletions run_once_before_00_homebrew.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/bin/bash

brew bundle --no-lock --file=/dev/stdin <<EOF
## casks
cask_args appdir: "~/Applications", require_sha: true
cask "1password"
cask "alfred"
cask "flux"
cask "iterm2"
cask "keepingyouawake"
cask "signal"
cask "whatsapp"
cask "spotify"
cask "vlc"
cask "transmission"
cask "rectangle"
cask "slack"
cask "visual-studio-code"
EOF

0 comments on commit 252f1d5

Please sign in to comment.