-
Show hidden files and extensions (to make this bootstrap easier):
defaults write NSGlobalDomain AppleShowAllFiles -bool true defaults write NSGlobalDomain AppleShowAllExtensions -bool true killall Finder
-
Install Xcode Command Line Tools (to get Git):
xcode-select --install
-
Install your SSH key (to be able to clone your Dotfiles repository):
mkdir -p "$HOME/.ssh" cp /path/to/your/key "$HOME/.ssh" chmod 0400 "$HOME/.ssh/key"
-
Clone the Dotfiles repository:
git clone git@github.com:kirillgashkov/dotfiles.git "$HOME/.dotfiles":
-
Run the setup script (via caffeinate to prevent Mac from sleeping):
cd "$HOME/.dotfiles" caffeinate -d ./setup.sh
-
Notifications
You must be signed in to change notification settings - Fork 0
Dotty.
License
kirillgashkov/dotfiles
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|