This repository contains the configurations I usually use in my dotfiles (aka. config files that start with a dot) and their management through dotbot.
To install:
-
Clone the repository:
git clone https://github.com/cassiofariasmachado/dotfiles.git
-
Go to the repo folder:
cd dotfiles -
(Optional) Add work configuration:
3.1. Create the
work.gitconfigfile:touch config/git/work.gitconfig3.2. Update the file with the required work configuration, for example:
[user] name = Cassio Farias Machado email = email@corp.com -
Run the installation script:
./install.sh # or ./install.ps1
To update:
-
Go to the repo folder
-
Pull the latest changes
-
Run the installation script:
./install.sh # or ./install.ps1