Skip to content

Commit

Permalink
move things out of dotfiles for mac
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Jun 6, 2023
1 parent 37354ad commit a87c412
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions mac/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ cask "visual-studio-code"
cask "background-music"
cask "vlc"
cask "font-inconsolata-nerd-font"
brew "font-liberation" # mostly for linux compat

# gnu tools are massively outdated or missing on mac
brew "bash"
Expand Down
7 changes: 7 additions & 0 deletions mac/defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ defaults write com.apple.dock autohide-time-modifier -float 0
# less offensive minimisation effect than genie
defaults write com.apple.dock mineffect -string "scale"

# show dock on all monitors (might take a few boots)
defaults write com.apple.dock appswitcher-all-displays -bool true

# don’t automatically rearrange Spaces based on most recent use
defaults write com.apple.dock mru-spaces -bool false

Expand Down Expand Up @@ -102,3 +105,7 @@ defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
chflags nohidden ~/Library

###############################################################################

killall SystemUIServer || true
killall Finder || true
killall Dock || true

0 comments on commit a87c412

Please sign in to comment.