Skip to content

configs configs configs

Notifications You must be signed in to change notification settings

cbackas/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.dotfiles

These are my dotfiles

Stow

Use stow to symlink files to home dir

cd ~/.dotfiles
stow home

Submodules

Some external tools are just added as submodules.

Pulling submodule data:

Run: git submodule update --init --recursive

Updating submodules to newest commit:

Run: git submodule update --remote --merge