Skip to content
/ dotfiles Public

Dotfiles contains configuration files for programs that I use on a daily basis and a tool to install them on my personal computer.

License

Notifications You must be signed in to change notification settings

k11v/dotfiles

Repository files navigation

Dotfiles

  1. Show hidden files and extensions (to make this bootstrap easier):

    defaults write NSGlobalDomain AppleShowAllFiles -bool true
    defaults write NSGlobalDomain AppleShowAllExtensions -bool true
    killall Finder
  2. Install Xcode Command Line Tools (to get Git):

    xcode-select --install
  3. 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"
  4. Clone the Dotfiles repository:

    git clone [email protected]:k11v/dotfiles.git "$HOME/.dotfiles"
  5. Run the setup script (via caffeinate to prevent Mac from sleeping):

    cd "$HOME/.dotfiles"
    caffeinate -d ./setup.sh

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

No packages published