mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-05 06:49:19 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3acc948c23 | |||
| 0f94386231 |
2
Brewfile
2
Brewfile
@@ -216,6 +216,8 @@ cask "rectangle"
|
|||||||
cask "sequel-ace"
|
cask "sequel-ace"
|
||||||
# Collection of apps available by subscription
|
# Collection of apps available by subscription
|
||||||
cask "setapp"
|
cask "setapp"
|
||||||
|
# Team communication and collaboration software
|
||||||
|
cask "slack"
|
||||||
# Sound and audio controller
|
# Sound and audio controller
|
||||||
cask "soundsource"
|
cask "soundsource"
|
||||||
# Application for inspecting installer packages
|
# Application for inspecting installer packages
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ sudo nvram SystemAudioVolume=" "
|
|||||||
# Menu bar: disable transparency
|
# Menu bar: disable transparency
|
||||||
#defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false
|
#defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false
|
||||||
|
|
||||||
# Set sidebar icon size to medium
|
# Set sidebar icon size to small
|
||||||
defaults write NSGlobalDomain NSTableViewDefaultSizeMode -int 2
|
defaults write NSGlobalDomain NSTableViewDefaultSizeMode -int 1
|
||||||
|
|
||||||
# Increase window resize speed for Cocoa applications
|
# Increase window resize speed for Cocoa applications
|
||||||
defaults write NSGlobalDomain NSWindowResizeTime -float 0.001
|
defaults write NSGlobalDomain NSWindowResizeTime -float 0.001
|
||||||
@@ -156,7 +156,7 @@ defaults write com.apple.frameworks.diskimages skip-verify-remote -bool true
|
|||||||
|
|
||||||
# Use list view in all Finder windows by default
|
# Use list view in all Finder windows by default
|
||||||
# Four-letter codes for the other view modes: `icnv`, `clmv`, `Flwv`
|
# Four-letter codes for the other view modes: `icnv`, `clmv`, `Flwv`
|
||||||
defaults write com.apple.finder FXPreferredViewStyle -string "clmv"
|
defaults write com.apple.finder FXPreferredViewStyle -string "icnv"
|
||||||
|
|
||||||
# Disable the warning before emptying the Trash
|
# Disable the warning before emptying the Trash
|
||||||
defaults write com.apple.finder WarnOnEmptyTrash -bool false
|
defaults write com.apple.finder WarnOnEmptyTrash -bool false
|
||||||
@@ -182,7 +182,7 @@ defaults write com.apple.finder FXInfoPanesExpanded -dict \
|
|||||||
#defaults write com.apple.screencapture "location" -string "~/Documents/Screenshots"
|
#defaults write com.apple.screencapture "location" -string "~/Documents/Screenshots"
|
||||||
|
|
||||||
# Exclude date and time in screenshot filenames
|
# Exclude date and time in screenshot filenames
|
||||||
defaults write com.apple.screencapture "include-date" -bool false
|
defaults write com.apple.screencapture "include-date" -bool true
|
||||||
|
|
||||||
# Change the default screenshot file name
|
# Change the default screenshot file name
|
||||||
defaults write com.apple.screencapture "name" -string "screenshot"
|
defaults write com.apple.screencapture "name" -string "screenshot"
|
||||||
@@ -198,12 +198,12 @@ defaults write com.apple.dock no-bouncing -bool true
|
|||||||
defaults write com.apple.dock tilesize -int 30
|
defaults write com.apple.dock tilesize -int 30
|
||||||
|
|
||||||
# Hide indicator lights for open applications in the Dock
|
# Hide indicator lights for open applications in the Dock
|
||||||
defaults write com.apple.dock show-process-indicators -bool false
|
defaults write com.apple.dock show-process-indicators -bool true
|
||||||
|
|
||||||
# Wipe all (default) app icons from the Dock
|
# Wipe all (default) app icons from the Dock
|
||||||
# This is only really useful when setting up a new Mac, or if you don’t use
|
# This is only really useful when setting up a new Mac, or if you don’t use
|
||||||
# the Dock to launch apps.
|
# the Dock to launch apps.
|
||||||
defaults write com.apple.dock persistent-apps -array ""
|
# defaults write com.apple.dock persistent-apps -array ""
|
||||||
|
|
||||||
# Disable Dashboard
|
# Disable Dashboard
|
||||||
defaults write com.apple.dashboard mcx-disabled -bool true
|
defaults write com.apple.dashboard mcx-disabled -bool true
|
||||||
|
|||||||
Reference in New Issue
Block a user