Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 959 Bytes

README.md

File metadata and controls

35 lines (32 loc) · 959 Bytes

Dotfiles

Installation

To install dotfiles on your system, follow these steps:

  1. Install Homebrew by running the following command:
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  2. Tap brewdler by running this command:
    brew tap homebrew/brewdler
  3. Install the packages specified in the Brewfile located in the dotfiles directory by running this command:
    brew bundle
  4. Run the installation script by running the following command:
    ./install
  5. If you use git, set the .gitconfig.local file by adding this configuration block to the file:
    [user]
      name = your name
      email = [email protected]
  6. Finally, if you use tmux, clone the tpm repository by running the following command:
    git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm