Skip to content

cassiofariasmachado/dotfiles

Repository files navigation

📂 Dotfiles Configuration

This repository contains the configurations I usually use in my dotfiles (aka. config files that start with a dot) and their management through dotbot.

Installation

To install:

  1. Clone the repository:

    git clone https://github.com/cassiofariasmachado/dotfiles.git
  2. Go to the repo folder:

    cd dotfiles
  3. (Optional) Add work configuration:

    3.1. Create the work.gitconfig file:

    touch config/git/work.gitconfig
    

    3.2. Update the file with the required work configuration, for example:

    [user]
      name = Cassio Farias Machado
      email = email@corp.com
  4. Run the installation script:

    ./install.sh 
    # or 
    ./install.ps1

Update

To update:

  1. Go to the repo folder

  2. Pull the latest changes

  3. Run the installation script:

    ./install.sh
    # or
    ./install.ps1

References

About

Repository containing the configurations I usually use in my dotfiles.

Topics

Resources

Stars

Watchers

Forks

Contributors