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 "heroku/brew"
tap "koekeishiya/formulae"
tap "romkatv/gitstatus"
brew "asdf"
brew "bat"
brew "diceware"
brew "direnv"
brew "fzf"
brew "git"
brew "gitstatus"
brew "gpg"
brew "heroku"
brew "imagemagick"
@ -26,7 +29,9 @@ brew "zsh"
cask "1password"
cask "acorn"
cask "alfred"
cask "choosy"
cask "dash"
cask "firefox"
cask "google-chrome"
cask "imagealpha"
@ -35,6 +40,7 @@ cask "iterm2"
cask "kaleidoscope"
cask "karabiner-elements"
cask "macvim"
cask "steermouse"
cask "textmate"
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:
```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
sudo nvram StartupMute=%00
# Power management
sudo pmset -c displaysleep 0 sleep 0 disksleep 0
###############################################################################
# General UI/UX #
###############################################################################