These are my personal dotfiles used for MacOS
-
Clone this git repository to your home directory and then run either script in
~/.dotfiles/install
-
Make sure iTerm2 was successfully installed and open it; open preferences and under General -> Preferences and change the path to
~/.dotfiles/configs/iterm2
- Privacy & Security > App Management
- iTerm {x}
- Displays > More Space
- Minimize windows using: Scale Effect
- Automatically hide and show the Dock: {x}
- Mission Control:
- Automatically rearrange Spaces based on most recent use: { }
- Display:
- Color Filters:
- Filter type: "Color Tint"
- Color: "Orange"
- Color Filters:
- Captions:
- Outline Text: { }
- Key Repeat Rate: Max
- Delay Until Repeat: Max - 1
- Text Input: Edit...
- Correct Spelling: { }
- Capitalize Words: { }
- Use Smart Quotes and Dashes: { }
- Change single and double quotes to standard: "" and ''
- Keyboard Shortcuts:
- Modifier Keys: (Caps Lock -> ESC)
- Mission Control:
- Move left
- Move right
- Switch to 1
- Switch to 2
- Switch to 3
- Brewfile:
# Installing Brewfile brew bundle --file=~/.dotfiles/install/extras/Brewfile # Creating/Updating Brewfile brew bundle dump --file=~/.dotfiles/install/extras/Brewfile # Cleaning up system to match Brewfile brew bundle cleanup --file=~/.dotfiles/install/extras/Brewfile