Giter VIP home page Giter VIP logo

dotfiles's Introduction

dotfiles

This repository contains my personal dotfiles. These are the base configuration files that I use to set up a new machine to my liking.

Dependencies

GNU Stow is a symlink farm manager which takes distinct packages of software and/or data located in separate directories on the filesystem, and makes them appear to be installed in the same place.

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Installation

First, clone this repository into your home directory.

cd ~
git clone https://github.com/bayleymauger/dotfiles.git

Then, navigate into the dotfiles directory and use stow to symlink the dotfiles into your home directory.

cd dotfiles
stow */

This will create a symlink for each item in the dotfiles/ directory in your home directory.

Adding New Dotfiles

To add new dotfiles, simply create a new directory in the dotfiles/ directory, and place the dotfiles you want to manage in it. Then, run stow as described above.

Removing Dotfiles

To remove a symlink, navigate to your dotfiles/ directory and use the -D option with stow:

cd ~/dotfiles
stow -D directoryname

This will remove the symlink but leave the original file in place.

Contributing

If you have suggestions for how I could improve this setup, please let me know or open an issue on GitHub.

dotfiles's People

Contributors

bayleymauger avatar

Watchers

 avatar

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.