Skip to content

marocchino/dotfiles

Repository files navigation

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 = your@email.com
  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

About

slate, bash, fish, tmux, nvim settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published