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

Compare commits

..

No commits in common. "4fe0e9acb8f1fdef2f480eed469160a024ca1cb6" and "e6d89c7c571a687e013d8d506569070903ec3498" have entirely different histories.

3 changed files with 1 additions and 10 deletions

View File

@ -1,15 +1,12 @@
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"
@ -29,9 +26,7 @@ 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"
@ -40,7 +35,6 @@ 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/HEAD/setup.sh ) $ sh <( curl -s https://raw.githubusercontent.com/danbee/mac-setup/master/setup.sh )
``` ```

View File

@ -14,9 +14,6 @@ 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 #
############################################################################### ###############################################################################