Git Product home page Git Product logo

dotfiles's Introduction

Dotfiles

This repository is a collection of configuration files (also known as dotfiles) that can be managed using GNU Stow.

What are dotfiles?

Dotfiles are configuration files in Unix-based systems that are used to customize the system’s behavior and appearance. These files typically start with a dot (.) and are stored in the home directory.

Why use GNU Stow?

GNU Stow is a symlink manager that allows you to manage your dotfiles in a clean and organized way. It makes it easy to manage and switch between different configurations, as well as keep track of changes to your configuration files in a version control system like Git.

How to use this repository

  1. Install GNU Stow using Homebrew:

    brew install stow
  2. Clone this repository to your local machine:

    git clone https://github.com/devinschulz/dotfiles.git
  3. Navigate to the repository directory:

    cd dotfiles
  4. Use GNU Stow to symlink the desired configuration files to your home directory:

    stow <package>

    Replace <package> with the name of the package you want to symlink (e.g. nvim, fish, etc.).

Repeat step 4 for each package you want to install.

Tips

  • Before installing a new package, it is recommended to backup any existing configuration files in your home directory to avoid conflicts.
  • To remove a package, simply run stow -D <package> in the repository directory.

dotfiles's People

Contributors

devinschulz avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

cflynn07

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.