Thanks to visit codestin.com
Credit goes to github.com

Skip to content

angstbear/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Setup

The simplest method I’ve found to install / symlink dotfiles is using GNU Stow.

$ git clone https://github.com/angstbear/dotfiles.git ~/
$ cd ~/dotfiles

Symlink one-by-one

$ stow bash

… which will create the following symlink

~/.bashrc -> ~/dotfiles/bash/.bashrc

Symlink all

$ for d in `ls ~/dotfiles | grep -v '\.'`; do stow $d; done

Symlink all (Fish Shell)

$ for d in (ls ~/dotfiles | grep -v '\.'); stow $d; end

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors