Skip to content

msundin/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

396 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My dotfiles

Handled with Stow

Example:

cd ~/dotfiles/common
# Create a script file
touch scripts/bash/test.sh
# Dry-run
stow -n -v -t ~ shell-scripts
# Create the symbolic links at the right place (~/scripts/bash)
stow -v -t ~ shell-scripts

Install all Common dotfiles

cd ~/dotfiles/common
# Dry-run
stow -n -v -t ~ *
# Create the common symbolic links at the right place
stow -v -t ~ *

Install all Linux dotfiles

cd ~/dotfiles/linux
# Dry-run
stow -n -v -t ~ *
# Create the linux symbolic links at the right place
stow -v -t ~ *

Install all Mac dotfiles

cd ~/dotfiles/mac
# Dry-run
stow -n -v -t ~ *
# Create the mac symbolic links at the right place
stow -v -t ~ *

About

My dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •