Skip to content

Ryusei-0407/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Setup

Setup dock

defaults write com.apple.dock persistent-apps -array
defaults write com.apple.dock "show-recents" -bool "false"
defaults write com.apple.dock "mineffect" -string "scale"
defaults write com.apple.dock "mru-spaces" -bool "false"
defaults write com.apple.dock autohide-delay -float 0 && killall Dock
defaults write com.apple.dock autohide-time-modifier -float 0.7 && killall Dock

Make hidden files visible in the Finder

defaults write com.apple.finder AppleShowAllFiles True
defaults read com.apple.finder AppleShowAllFiles
killall Finder

Don't create .DS_Store

defaults write com.apple.desktopservices DSDontWriteNetworkStores true
defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true
killall Finder

Enabling continuous input by pressing and holding a key

defaults write -g ApplePressAndHoldEnabled -bool false
defaults write -g KeyRepeat -int 2

Install Rosetta2

/usr/sbin/softwareupdate --install-rosetta --agree-to-license

Run install Shell Script

curl -o - https://raw.githubusercontent.com/Ryusei-0407/dotfiles/main/install.sh | sh

Reboot Computer

sudo reboot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks