vascorebolo / dotfiles-stow

Dotfiles backup using GNU Stow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Dotfiles Backup

My .dotfiles' backup using Gnu Stow.

Requirements

You must have the following installed on your system:

Git

It usually comes with Mac Os, otherwise install it with your preferred package manager. Apple also ships a binary package of Git with Xcode

Brew

Or any other package manager.

Brew (or Homebrew for that matter) can be installed by using the following command:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Stow

Having brew installed, install GNU Stow:

brew install stow

Installation

Clone this project into your home folder, where the dotfiles would usually show up. Then just change the directory into the cloned repo and run stow to create the symlinks:

cd dotfiles-stow
stow .

About

Dotfiles backup using GNU Stow


Languages

Language:Shell 100.0%