Skip to content

kirillgashkov/dotfiles2

Repository files navigation

Dotfiles

  1. 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"
  2. Install Xcode Command Line Tools (to get Git):

    xcode-select --install
  3. Install Dot:

    mkdir -p "$HOME/.local/bin"
    curl -sSL https://github.com/k11v/dotfiles/releases/latest/download/dot-darwin_arm64.tar.gz | tar xz -C "$HOME/.local/bin"
    export PATH="$HOME/.local/bin:$PATH"
  4. Clone the Dotfiles repository:

    mkdir -p "$HOME/Repositories"
    git clone git@github.com:k11v/dotfiles.git "$HOME/Repositories/dotfiles"
  5. Run the setup (via caffeinate to prevent Mac from sleeping):

    cd "$HOME/Repositories/dotfiles"
    caffeinate -d dot setup ./brew ./mas ./...

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

 
 
 

Contributors