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.
4fe0e9acb8
...
e6d89c7c57
6
Brewfile
6
Brewfile
@ -1,15 +1,12 @@
|
||||
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"
|
||||
@ -29,9 +26,7 @@ brew "zsh"
|
||||
|
||||
cask "1password"
|
||||
cask "acorn"
|
||||
cask "alfred"
|
||||
cask "choosy"
|
||||
cask "dash"
|
||||
cask "firefox"
|
||||
cask "google-chrome"
|
||||
cask "imagealpha"
|
||||
@ -40,7 +35,6 @@ cask "iterm2"
|
||||
cask "kaleidoscope"
|
||||
cask "karabiner-elements"
|
||||
cask "macvim"
|
||||
cask "steermouse"
|
||||
cask "textmate"
|
||||
|
||||
tap "homebrew/cask-fonts"
|
||||
|
||||
@ -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/HEAD/setup.sh )
|
||||
$ sh <( curl -s https://raw.githubusercontent.com/danbee/mac-setup/master/setup.sh )
|
||||
```
|
||||
|
||||
@ -14,9 +14,6 @@ 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 #
|
||||
###############################################################################
|
||||
|
||||
Loading…
Reference in New Issue
Block a user