Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 574 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 574 Bytes

Dotfiles

This repository contains all dotfiles and configurations for my personal development setup.

Installation

To install the repo and the files run:

mkdir ~/Dev && cd ~/Dev && git clone [email protected]:clebs/dotfiles.git && cd dotfiles && make install

Apply/Backup configs

Once installed, the zsh profile contains 2 commands to apply and backup:

  • dotfiles apply: applies configuration files from the repository on the local machine.
  • dotfiles backup: backs up the config on the local machine into the repository as a new commit to master.