My macOS setup.
This setup is intended for macOS - Big Sur.
-
Install Homebrew and Command Line Tools for XCode
-
Verify
brewinstallation:brew doctor -
Clone this repository into your home folder
git clone https://github.com/AlexanderEkdahl/dotfiles.git ~/dotfiles -
Configure macOS with saner defaults and restart your system.
sh ~/dotfiles/defaults -
Install and configure
bash.brew install bash sudo echo /usr/local/bin/bash >> /etc/shells chsh -s /usr/local/bin/bash # Must logout/login for changes to take effect -
Symlink files
ln -sf ~/dotfiles/gitconfig ~/.gitconfig ln -sf ~/dotfiles/bash_profile ~/.bash_profile -
Install essential formulaes
sh ~/dotfiles/brew -
Remove macOS keybinding for
⌘+`and map toctrl -
Configure Visual Studio Code Settings Sync
-
Configure Tailscale