Skip to content

Commit

Permalink
Regular update
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jul 9, 2021
1 parent 23b9999 commit 4ae92b5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Brewfile
Expand Up @@ -5,7 +5,6 @@ tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
brew "adns"
brew "autoconf"
brew "bash"
brew "bat"
brew "blueutil"
Expand All @@ -16,7 +15,7 @@ brew "deno"
brew "diff-so-fancy"
brew "docker-clean"
brew "jpeg"
brew "openssl@1.1"
brew "erlang"
brew "elixir"
brew "fd"
brew "fzf"
Expand All @@ -26,10 +25,12 @@ brew "ghc"
brew "git"
brew "git-delta"
brew "readline"
brew "sqlite"
brew "python@3.8", link: true
brew "python@3.9"
brew "glib"
brew "libevent"
brew "libidn2"
brew "nghttp2"
brew "unbound"
brew "gnutls"
brew "libgcrypt"
brew "npth"
Expand All @@ -40,6 +41,7 @@ brew "lua"
brew "highlight"
brew "httpie"
brew "jq"
brew "krb5"
brew "libpq"
brew "libxml2"
brew "libyaml"
Expand Down Expand Up @@ -69,6 +71,7 @@ brew "z"
brew "zlib"
brew "zplug"
brew "zsh"
cask "docker"
cask "enpass"
cask "firefox"
cask "flux"
Expand All @@ -85,6 +88,7 @@ cask "qlimagesize"
cask "qlmarkdown"
cask "qlstephen"
cask "quicklook-json"
cask "raycast"
cask "rectangle"
cask "spotify"
cask "tableplus"
Expand Down
19 changes: 19 additions & 0 deletions macos/settings.sh
Expand Up @@ -18,6 +18,7 @@ set -e
echo 'Configuring your mac. Hang tight.'
osascript -e 'tell application "System Preferences" to quit'


# === General ===

# Hide remaining battery time; show percentage
Expand Down Expand Up @@ -142,6 +143,24 @@ defaults write NSGlobalDomain NSAutomaticDashSubstitutionEnabled -bool false
defaults write NSGlobalDomain NSAutomaticPeriodSubstitutionEnabled -bool false


# === Time Machine ===

# Prevent Time Machine from prompting to use new hard drives as backup volume
defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool true


# === Activity monitor ===

# Show the main window when launching Activity Monitor
defaults write com.apple.ActivityMonitor OpenMainWindow -bool true

# Visualize CPU usage in the Activity Monitor Dock icon
defaults write com.apple.ActivityMonitor IconType -int 5

# Show all processes in Activity Monitor
defaults write com.apple.ActivityMonitor ShowCategory -int 0


# === Maccy ===

# https://github.com/p0deje/Maccy
Expand Down

0 comments on commit 4ae92b5

Please sign in to comment.