1
0
mirror of https://github.com/danbee/mac-setup synced 2025-03-04 08:39:10 +00:00

Compare commits

...

7 Commits

Author SHA1 Message Date
4fe0e9acb8 Add Alfred 2021-02-12 14:44:18 -05:00
fefdc633b9 Add Steermouse 2021-02-12 14:42:53 -05:00
80a1ca1c6e Tap gitstatus 2021-02-12 11:18:39 -05:00
dd059fcb4d Run from HEAD 2021-02-12 11:11:11 -05:00
bb689d884c Add gitstatus 2021-02-12 11:10:09 -05:00
302b56901e Set display sleep 2021-02-12 11:09:11 -05:00
eb9160ead6 Add Dash 2021-02-12 11:09:05 -05:00
3 changed files with 10 additions and 1 deletions

View File

@ -1,12 +1,15 @@
tap "thoughtbot/formulae" tap "thoughtbot/formulae"
tap "heroku/brew" tap "heroku/brew"
tap "koekeishiya/formulae" tap "koekeishiya/formulae"
tap "romkatv/gitstatus"
brew "asdf" brew "asdf"
brew "bat" brew "bat"
brew "diceware" brew "diceware"
brew "direnv" brew "direnv"
brew "fzf" brew "fzf"
brew "git" brew "git"
brew "gitstatus"
brew "gpg" brew "gpg"
brew "heroku" brew "heroku"
brew "imagemagick" brew "imagemagick"
@ -26,7 +29,9 @@ brew "zsh"
cask "1password" cask "1password"
cask "acorn" cask "acorn"
cask "alfred"
cask "choosy" cask "choosy"
cask "dash"
cask "firefox" cask "firefox"
cask "google-chrome" cask "google-chrome"
cask "imagealpha" cask "imagealpha"
@ -35,6 +40,7 @@ cask "iterm2"
cask "kaleidoscope" cask "kaleidoscope"
cask "karabiner-elements" cask "karabiner-elements"
cask "macvim" cask "macvim"
cask "steermouse"
cask "textmate" cask "textmate"
tap "homebrew/cask-fonts" tap "homebrew/cask-fonts"

View File

@ -7,5 +7,5 @@ Script and Brewfile to setup a Mac for development.
1. Run the setup script with: 1. Run the setup script with:
```sh ```sh
$ sh <( curl -s https://raw.githubusercontent.com/danbee/mac-setup/master/setup.sh ) $ sh <( curl -s https://raw.githubusercontent.com/danbee/mac-setup/HEAD/setup.sh )
``` ```

View File

@ -14,6 +14,9 @@ sudo -v
# Switch on the old boot chime # Switch on the old boot chime
sudo nvram StartupMute=%00 sudo nvram StartupMute=%00
# Power management
sudo pmset -c displaysleep 0 sleep 0 disksleep 0
############################################################################### ###############################################################################
# General UI/UX # # General UI/UX #
############################################################################### ###############################################################################