/dotfiles

⚙️ @droxey's dotfiles

Primary LanguageShell

⚙️ dotfiles

@droxey's dotfiles. Read The best way to store your dotfiles: A bare Git repository to learn more about configuring your environment using dotfiles.

Installation

Run .scripts/install.sh to install dotfiles.

Usage

To sync dotfiles, run the following commands:

dotfiles status
dotfiles add .zshrc
dotfiles commit -m "Add zshrc"
dotfiles push