-
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 [email protected]:k11v/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
Dotfiles contains configuration files for programs that I use on a daily basis and a tool to install them on my personal computer.
License
k11v/dotfiles
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Dotfiles contains configuration files for programs that I use on a daily basis and a tool to install them on my personal computer.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published