/.dotfiles

:gear: configuration files for some tools that I use daily: kitty, fish, tmux & nvim

Primary LanguageLua

.dotfiles

Author


📌 Table of Contents

📜 Introduction

Configuration files for some tools that I use daily such as: kitty, fish, tmux & nvim

👷 Installation

Setup

git clone --separate-git-dir=$HOME/.dotfiles --single-branch --branch=main https://github.com/guilhermedeandrade/.dotfiles.git tmpdotfiles
rsync --recursive --verbose --exclude '.git' tmpdotfiles/ $HOME/
rm -r tmpdotfiles

🏃 Getting Started

Staging

dotfiles add <file-path>

Commiting

dotfiles commit -m "commit message"

Pushing the changes

dotfiles push

🙏 Acknowledgments

Thanks to Anand Yver for writing an awesome blog post that shows us a simpler way to manage dotfiles.