Skip to content

sunnytranco/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Dotfiles

Usage

  • Store all my dotfiles
  • Originated from mac
  • Using GNU Stow to manage dotfiles using symlinks

Requirements

Install git using homebrew or others

brew install git

Install GNU Stow via homebrew or others

brew install stow

First, check out the dotfiles directory from github to $HOME directory

git clone git@github.com:sunnytranco/dotfiles.git
cd dotfiles

Then use GNU Stow to create symlinks

stow .

In case there are conflicted with new files, use --adopt flag to tell Stow to move all new file to dotfiles folder and create symlinks

stow --adopt .

Guide

Detail about how to use GNU Stow is at Youtube video

Releases

No releases published

Packages

No packages published