Contains configuration for:
- bash
- vscode
- hammerspoon
- hyper
- nvm
- git
- atom
- npm
- Clone the repo into where you'd like it to live.
- Symlink everything inside it.
Assuming you cloned the repo into the development
directory:
ln -s ~/development/dotfiles/vscode/settings.json ~/Library/Application\ Support/Code/User/settings.json
ln -s ~/development/dotfiles/vscode/snippets/ ~/Library/Application\ Support/Code/User/snippets
Most other dotfiles live in ~
I autohide the Dock, to get back screen space. I also remove all apps from the Dock. I only ever see the Dock to check which apps are running. Tweak the transition speed or remove it.
Remove animation: defaults write com.apple.dock autohide-time-modifier -int 0;killall Dock
Fast animation speed: defaults write com.apple.dock autohide-time-modifier -float 0.12;killall Dock
Default animation speed: defaults delete com.apple.dock autohide-time-modifier;killall Dock
Make the full path show at the top of Finder.
Show path: defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES; killall Finder
To change it back to default: defaults write com.apple.finder _FXShowPosixPathInTitle -bool NO; killall Finder
You continue to get security fixes and other updates.
softwareupdate --ignore "macOS Catalina